Information about plays

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

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

{
    "id": 3555735,
    "uri": "https://api.kexp.org/v2/plays/3555735/?format=api",
    "airdate": "2025-09-21T03:06:46-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0c605a9-bfe2-4625-89a9-16575a93e6fd/36138178910-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0c605a9-bfe2-4625-89a9-16575a93e6fd/36138178910-250.jpg",
    "song": "Wasting My Young Years",
    "track_id": null,
    "recording_id": "2cc9e1cc-7b4a-4400-91ac-e9175daf8ebe",
    "artist": "London Grammar",
    "artist_ids": [
        "4dbe08c1-b40a-43b3-ab89-210000bd8ab2"
    ],
    "album": "If You Wait",
    "release_id": null,
    "release_group_id": "dbf36a9a-df02-41c4-8fa9-5afe599960b0",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2013-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This English band stopped by the KEXP studio in 2013, you can watch the full performance here: https://www.youtube.com/watch?v=v-cmmT3YoF0\n\nhttps://www.londongrammar.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}