Information about plays

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

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

{
    "id": 3582651,
    "uri": "https://api.kexp.org/v2/plays/3582651/?format=api",
    "airdate": "2025-11-25T04:40:53-08:00",
    "show": 65204,
    "show_uri": "https://api.kexp.org/v2/shows/65204/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ad807ae-7330-428c-bd2e-db79445bc6c9/17386360026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ad807ae-7330-428c-bd2e-db79445bc6c9/17386360026-250.jpg",
    "song": "The Harder They Come",
    "track_id": null,
    "recording_id": "29cdc26c-356d-427f-ac04-d010b8762632",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come",
    "release_id": null,
    "release_group_id": "71188e04-90b4-35ff-81c0-06316efdc749",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=FHAbj1pIT4g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}