Information about plays

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

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

{
    "id": 3421693,
    "uri": "https://api.kexp.org/v2/plays/3421693/?format=api",
    "airdate": "2024-11-05T10:45:26-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia803002.us.archive.org/33/items/mbid-da50c5bf-b993-484a-b383-75940ac53d81/mbid-da50c5bf-b993-484a-b383-75940ac53d81-22939311940_thumb500.jpg",
    "thumbnail_uri": "https://ia903002.us.archive.org/33/items/mbid-da50c5bf-b993-484a-b383-75940ac53d81/mbid-da50c5bf-b993-484a-b383-75940ac53d81-22939311940_thumb250.jpg",
    "song": "Crystal Ball",
    "track_id": "521035eb-2010-4b19-931b-d1b874b93563",
    "recording_id": "0bf6a2e1-95b8-4f18-8b5e-6bbbca855afa",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "This Mess Is a Place",
    "release_id": "da50c5bf-b993-484a-b383-75940ac53d81",
    "release_group_id": "9f5e55ef-59b4-4cfd-ae93-480a9650cad1",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tacocat was live in our studio in 2019, performing \"Crystal Ball\" and other songs from \"This Mess Is a Place\": https://www.youtube.com/watch?v=UD2jQhjGgVY\n--\nYou don't want to miss the claymation video for \"Crystal Ball\": https://www.youtube.com/watch?v=YNHPCUg3xik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}