Information about plays

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

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

{
    "id": 3422120,
    "uri": "https://api.kexp.org/v2/plays/3422120/?format=api",
    "airdate": "2024-11-06T14:13:47-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia600305.us.archive.org/5/items/mbid-8fa68807-0dce-4056-b004-3f845bb9e69d/mbid-8fa68807-0dce-4056-b004-3f845bb9e69d-36022729693_thumb500.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/5/items/mbid-8fa68807-0dce-4056-b004-3f845bb9e69d/mbid-8fa68807-0dce-4056-b004-3f845bb9e69d-36022729693_thumb250.jpg",
    "song": "So Good at Being in Trouble",
    "track_id": "48974a39-2655-358b-a0d0-7b621dc77255",
    "recording_id": "8acbf005-4ef6-44b0-b46f-b026c0da12e9",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "II",
    "release_id": "8fa68807-0dce-4056-b004-3f845bb9e69d",
    "release_group_id": "191f7eed-1e6b-45f7-acdc-ef103cc05bfd",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-02-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This one, by Portland's Unknown Moral Orchestra, was written and produced by frontman Ruban Nielson.\n--\nWatch Unknown Mortal Orchestra's 2018 in-studio performance here: https://www.youtube.com/watch?v=4Cz9_MCltHQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}