Information about plays

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

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

{
    "id": 3585749,
    "uri": "https://api.kexp.org/v2/plays/3585749/?format=api",
    "airdate": "2025-12-02T07:14:57-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crosses",
    "track_id": "a5436845-1edd-3dda-91ce-a12e85defb64",
    "recording_id": "4152c5db-f363-4d6c-b42a-94a9c25869e4",
    "artist": "José González",
    "artist_ids": [
        "cd8c5019-5d75-4d5c-bc28-e1e26a7dd5c8"
    ],
    "album": "Veneer",
    "release_id": "5353952a-35a8-4c15-ae7e-95cd6dcf19a5",
    "release_group_id": "c128bbd3-0481-3abd-98df-4bf5ef8df243",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about this song by Jose Gonzalez in relation to his own stuggles with mental health: https://www.kexp.org/read/2019/4/10/sound-vision-jose-gonzalez-music-mental-health/\n\nhttps://jose-gonzalez.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}