Information about plays

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

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

{
    "id": 3519550,
    "uri": "https://api.kexp.org/v2/plays/3519550/?format=api",
    "airdate": "2025-06-27T14:29:12-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://ia803204.us.archive.org/28/items/mbid-38e54076-e46c-4b83-b2ab-4c6594ed54ce/mbid-38e54076-e46c-4b83-b2ab-4c6594ed54ce-3936540187_thumb500.jpg",
    "thumbnail_uri": "https://ia903204.us.archive.org/28/items/mbid-38e54076-e46c-4b83-b2ab-4c6594ed54ce/mbid-38e54076-e46c-4b83-b2ab-4c6594ed54ce-3936540187_thumb250.jpg",
    "song": "Llorando (Crying)",
    "track_id": "706f13fe-a437-34dd-bb4a-5d8c670512df",
    "recording_id": "caad5c39-bca6-4b2d-9a62-4a7ce6cf6b52",
    "artist": "Rebekah Del Rio",
    "artist_ids": [
        "39330f42-0662-4adb-a88f-7556e9445ca2"
    ],
    "album": "Mulholland Drive",
    "release_id": "38e54076-e46c-4b83-b2ab-4c6594ed54ce",
    "release_group_id": "32530b76-bb42-3b3f-80e7-35f1c5de6f0a",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Llorando\" means \"crying.\" R,I,P., Rebekah Del Rio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}