Information about plays

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

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

{
    "id": 3413332,
    "uri": "https://api.kexp.org/v2/plays/3413332/?format=api",
    "airdate": "2024-10-16T09:30:03-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Eyes",
    "track_id": null,
    "recording_id": "91a04f0f-bb53-4544-9322-21d516c974b0",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "Lost in the Dream",
    "release_id": null,
    "release_group_id": "943b191f-616f-4091-8516-0979987b5eef",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2014-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The War on Drugs have visited KEXP multiple times - they performed this song Live in the KEXP Studio in 2014: https://youtu.be/jbzV2Y06G-E\n\nBTW, the war on drugs worked. Now no one ever uses them. Yuperdoo. Well done, team!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}