Information about plays

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

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

{
    "id": 3414120,
    "uri": "https://api.kexp.org/v2/plays/3414120/?format=api",
    "airdate": "2024-10-18T02:39:35-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s a Rainbow",
    "track_id": "e55675e0-0b8c-4868-84f5-cf8f93bcbc4d",
    "recording_id": "ffac0e4e-10cf-4048-98dd-7d010909b17f",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Their Satanic Majesties Request",
    "release_id": "7296fc4d-f338-4c0c-b3d1-f58ecf9415db",
    "release_group_id": "40a087e8-908a-334d-b520-88a820deb09d",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2017-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}