Information about plays

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

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

{
    "id": 3544602,
    "uri": "https://api.kexp.org/v2/plays/3544602/?format=api",
    "airdate": "2025-08-25T10:40:29-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia600405.us.archive.org/23/items/mbid-d18b273a-4987-4594-a4db-419454c7e113/mbid-d18b273a-4987-4594-a4db-419454c7e113-2013460549_thumb500.jpg",
    "thumbnail_uri": "https://ia800405.us.archive.org/23/items/mbid-d18b273a-4987-4594-a4db-419454c7e113/mbid-d18b273a-4987-4594-a4db-419454c7e113-2013460549_thumb250.jpg",
    "song": "I Got You (At the End of the Century)",
    "track_id": "9c5cea44-a2c1-3c65-9dc4-7d3a4ea3740d",
    "recording_id": "7f4b3b91-14e5-42ec-a292-28b3bb34742a",
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Being There",
    "release_id": "d18b273a-4987-4594-a4db-419454c7e113",
    "release_group_id": "5aed5f2c-4b8a-35a7-9655-906e3ea72fa1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 58th Birthday, Jeff Tweedy! \n\nSeattle, did you see Wilco last night at Zootunes? Will you be there tonight?\n\nhttps://wilcoworld.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}