Information about plays

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

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

{
    "id": 3574674,
    "uri": "https://api.kexp.org/v2/plays/3574674/?format=api",
    "airdate": "2025-11-06T09:40:48-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "https://ia801903.us.archive.org/18/items/mbid-ea979c6d-0992-302c-802d-43fcc9f8c461/mbid-ea979c6d-0992-302c-802d-43fcc9f8c461-4404086277_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/18/items/mbid-ea979c6d-0992-302c-802d-43fcc9f8c461/mbid-ea979c6d-0992-302c-802d-43fcc9f8c461-4404086277_thumb250.jpg",
    "song": "Praying for Time",
    "track_id": "4caf0c28-4dff-4d76-9ad7-3d784aa5abcc",
    "recording_id": "b317b495-8b2c-46aa-8e9b-feed0c9e0667",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Listen Without Prejudice, Volume 1",
    "release_id": "ea979c6d-0992-302c-802d-43fcc9f8c461",
    "release_group_id": "a0467615-94c3-3268-a425-9285273adb24",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1990 after a two year hiatus, 'Praying for Time' was described as a song \"which examines the many social injustices faced by so many, questions the listener into the conditioning that society has created and why it can be so hard to be kind to one another.\" (https://bit.ly/4p01hGo)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}