Information about plays

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

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

{
    "id": 3422458,
    "uri": "https://api.kexp.org/v2/plays/3422458/?format=api",
    "airdate": "2024-11-07T09:55:04-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia600601.us.archive.org/32/items/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37-29943780973_thumb500.jpg",
    "thumbnail_uri": "https://ia600601.us.archive.org/32/items/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37-29943780973_thumb250.jpg",
    "song": "Stupid",
    "track_id": "e8edf2ab-36a8-3db2-8b62-b04de55706cd",
    "recording_id": "182a6a15-a395-4e14-a09e-c184d47b596c",
    "artist": "The Long Winters",
    "artist_ids": [
        "966bd819-2ba1-4e1b-9d35-72385937e8ed"
    ],
    "album": "When I Pretend to Fall",
    "release_id": "3e5e8698-8ed5-4807-ba58-dc91e1685a37",
    "release_group_id": "9679d866-af66-3a7f-9653-895c6a3066a4",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-05-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch the Long Winters on November 27th at the Crocodile!\n\nThe Long Winters played KEXP live at Little London Plane during Upstream Music Fest in 2017: https://www.youtube.com/watch?v=smipz2boDsI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}