Information about plays

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

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

{
    "id": 3428490,
    "uri": "https://api.kexp.org/v2/plays/3428490/?format=api",
    "airdate": "2024-11-22T02:40:35-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://coverartarchive.org/release/90ad5a1e-2142-3d58-9b81-c4d1a198d3d9/9935134359-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90ad5a1e-2142-3d58-9b81-c4d1a198d3d9/9935134359-250.jpg",
    "song": "Who by Fire",
    "track_id": null,
    "recording_id": "9313208d-480f-49fc-8616-ad13273e80a3",
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "New Skin for the Old Ceremony",
    "release_id": null,
    "release_group_id": "713b95c0-6259-33a5-9711-6bb791e15e3e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1974-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}