Information about plays

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

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

{
    "id": 3519740,
    "uri": "https://api.kexp.org/v2/plays/3519740/?format=api",
    "airdate": "2025-06-28T01:02:47-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e81ca7c-d079-4024-a7b0-c54a7dd345f6/22237272252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e81ca7c-d079-4024-a7b0-c54a7dd345f6/22237272252-250.jpg",
    "song": "Barriers",
    "track_id": null,
    "recording_id": "d81c3805-eb18-436d-b38d-cb4d420ddbb5",
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "The Art of Falling Apart",
    "release_id": null,
    "release_group_id": "c27e9077-55ce-3d54-b01f-79d0ca99fe7d",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/6375097-Soft-Cell-The-Art-Of-Falling-Apart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}