Information about plays

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

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

{
    "id": 3624444,
    "uri": "https://api.kexp.org/v2/plays/3624444/?format=api",
    "airdate": "2026-03-02T15:27:51-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get It",
    "track_id": "86387bf5-75bb-41ef-873a-9309cf06180f",
    "recording_id": "0ed2143c-682e-4df4-ad5a-078a5ae4eb25",
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels",
    "release_id": "b4f574f4-3273-4bf1-a83e-17cea9d7527f",
    "release_group_id": "cd690264-6a08-4af7-8a9c-6aef60962d5b",
    "labels": [
        "Fool’s Gold Records"
    ],
    "label_ids": [
        "c1fc0c7a-8244-4511-8f34-065c113403be"
    ],
    "release_date": "2013-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Jaime Meline aka Run the Jewels' El-P!\n\nRun the Jewels, also known by the initials, RTJ, is an American hip hop super-duo composed of Brooklyn-based rapper and producer El-P and Atlanta-based rapper Killer Mike.\n\nRun the Jewels performed live on KEXP back in 2017! Check out their set: https://www.youtube.com/watch?v=C8zQHaIPzVw\n\nhttps://runthejewels.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}