Information about plays

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

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

{
    "id": 3402155,
    "uri": "https://api.kexp.org/v2/plays/3402155/?format=api",
    "airdate": "2024-09-18T13:01:54-07:00",
    "show": 61345,
    "show_uri": "https://api.kexp.org/v2/shows/61345/?format=api",
    "image_uri": "https://ia903206.us.archive.org/0/items/mbid-d443e5e2-344c-44f9-a9f5-80c58c2a4818/mbid-d443e5e2-344c-44f9-a9f5-80c58c2a4818-39180253234_thumb500.jpg",
    "thumbnail_uri": "https://ia903206.us.archive.org/0/items/mbid-d443e5e2-344c-44f9-a9f5-80c58c2a4818/mbid-d443e5e2-344c-44f9-a9f5-80c58c2a4818-39180253234_thumb250.jpg",
    "song": "Infinite Health",
    "track_id": "8080e3df-3b6c-4d01-a152-d4ed3ca3cd02",
    "recording_id": "3b02963b-e3dd-4099-82d3-cc1442ce2451",
    "artist": "Tycho & Cautious Clay",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8",
        "8451cfa0-b39c-4ad1-8aba-a19d47598a67"
    ],
    "album": "Infinite Health",
    "release_id": "d443e5e2-344c-44f9-a9f5-80c58c2a4818",
    "release_group_id": "49e9a8ee-2c04-46cb-bb9c-e1e7e0deac83",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Live on KEXP performance from Tycho in 2014 here: https://www.youtube.com/watch?v=c_56qQqxvm4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}