Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3412732/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3412732,
    "uri": "https://api.kexp.org/v2/plays/3412732/?format=api",
    "airdate": "2024-10-15T01:12:43-07:00",
    "show": 61580,
    "show_uri": "https://api.kexp.org/v2/shows/61580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tetzaviztli",
    "track_id": null,
    "recording_id": "c838f55a-6edf-4c0f-aceb-eeabcfb9980f",
    "artist": "Tzompantli",
    "artist_ids": [
        "aae78674-e8f3-457f-97f6-13145becc930"
    ],
    "album": "Beating the Drums of Ancestral Force",
    "release_id": null,
    "release_group_id": "a10525ea-bfb8-451a-a10c-7baf550c6ad9",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2024-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://20buckspin.bandcamp.com/album/beating-the-drums-of-ancestral-force",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}