Information about plays

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

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

{
    "id": 3429430,
    "uri": "https://api.kexp.org/v2/plays/3429430/?format=api",
    "airdate": "2024-11-24T09:08:53-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f54c527-c78e-44c2-a97c-7cf6f4d127cf/39143118259-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f54c527-c78e-44c2-a97c-7cf6f4d127cf/39143118259-250.jpg",
    "song": "900 Miles",
    "track_id": null,
    "recording_id": "1b217534-1c73-46c4-84aa-1ff46119f593",
    "artist": "Terry Callier",
    "artist_ids": [
        "44fd61e1-119c-479e-8301-8ac5c77148bf"
    ],
    "album": "The New Folk Sound of Terry Callier",
    "release_id": null,
    "release_group_id": "436839c9-93c9-3051-864d-cf9bdb96df5f",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago musician recorded this album and the producer took the tapes with him into the desert where he lived with the Yaki Indians for three years. Callier only found out the album had been released years later when his brother saw it in an antiques store.\nhttps://www.theguardian.com/music/2004/oct/15/folk.jazz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}