Information about plays

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

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

{
    "id": 3500208,
    "uri": "https://api.kexp.org/v2/plays/3500208/?format=api",
    "airdate": "2025-05-12T00:10:40-07:00",
    "show": 63437,
    "show_uri": "https://api.kexp.org/v2/shows/63437/?format=api",
    "image_uri": "https://coverartarchive.org/release/accbc881-4e32-44f9-8fa7-bcd03f1a3588/39458615016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/accbc881-4e32-44f9-8fa7-bcd03f1a3588/39458615016-250.jpg",
    "song": "New Life",
    "track_id": null,
    "recording_id": "b7cbfc3f-3c77-4a47-b3c9-0ec1e3ef6b74",
    "artist": "Fresh and Low",
    "artist_ids": [
        "5447f9a1-7340-46c6-8d33-4b3ffa47c1e8"
    ],
    "album": "Little ā€œiā€ EP",
    "release_id": null,
    "release_group_id": "c8bd38ce-8021-45b8-9278-75de2ae0efd2",
    "labels": [
        "West Side Records"
    ],
    "label_ids": [
        "93f1cfe1-8b8f-478b-a035-4c191bdb5309"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}