Information about plays

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

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

{
    "id": 3554995,
    "uri": "https://api.kexp.org/v2/plays/3554995/?format=api",
    "airdate": "2025-09-19T12:10:44-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "https://ia804507.us.archive.org/25/items/mbid-a700e17c-f930-4ba0-910b-46a242667998/mbid-a700e17c-f930-4ba0-910b-46a242667998-41077516105_thumb500.jpg",
    "thumbnail_uri": "https://ia804507.us.archive.org/25/items/mbid-a700e17c-f930-4ba0-910b-46a242667998/mbid-a700e17c-f930-4ba0-910b-46a242667998-41077516105_thumb250.jpg",
    "song": "Wake Me Up",
    "track_id": "b5221994-d6da-4dd7-9d83-8518823f1d53",
    "recording_id": "57e54d76-bbbf-40df-aa3b-052b989e69f1",
    "artist": "The Weeknd feat. Justice",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9",
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "Hurry Up Tomorrow",
    "release_id": "a700e17c-f930-4ba0-910b-46a242667998",
    "release_group_id": "14f83b04-2b9e-4974-9169-476f26475be3",
    "labels": [
        "Republic Records",
        "XO"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca",
        "6b3c36b0-2c44-4f6b-b490-d4c69fa2b80f"
    ],
    "release_date": "2025-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released this January, Hurry Up Tomorrow is The Weeknd's sixth album. \n\nAbel Tesfaye \"created an opulent, elegant, and occasionally exasperating farewell\" to his pop-persona, writes one reviewer. Read more here: https://tinyurl.com/ybmzfn79",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}