Information about plays

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

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

{
    "id": 3500247,
    "uri": "https://api.kexp.org/v2/plays/3500247/?format=api",
    "airdate": "2025-05-12T02:35:07-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f55c374-9b63-4fd9-9adf-cfdc6b116390/29947877065-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f55c374-9b63-4fd9-9adf-cfdc6b116390/29947877065-250.jpg",
    "song": "Avotcja One",
    "track_id": null,
    "recording_id": "5822338b-b95a-406f-9d22-2165fd7eb274",
    "artist": "Lee Morgan",
    "artist_ids": [
        "a1235272-3650-4ed7-9317-5a55a08701ec"
    ],
    "album": "Taru",
    "release_id": null,
    "release_group_id": "e308526b-6e5c-39c4-b21d-5fbff7a367af",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another overlooked session from the Blue Note catalog getting the Tone Poet treatment. A wonderful display of soulful hard bop featuring George Benson, Beanie Maupin, John Hicks, Reggie Workman, & the great Billy Higgins on drums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}