Information about plays

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

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

{
    "id": 3589657,
    "uri": "https://api.kexp.org/v2/plays/3589657/?format=api",
    "airdate": "2025-12-11T06:38:19-08:00",
    "show": 65345,
    "show_uri": "https://api.kexp.org/v2/shows/65345/?format=api",
    "image_uri": "https://ia800505.us.archive.org/12/items/mbid-be255534-2733-4eb0-88ee-0c73feaa1ac8/mbid-be255534-2733-4eb0-88ee-0c73feaa1ac8-10228171363_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/12/items/mbid-be255534-2733-4eb0-88ee-0c73feaa1ac8/mbid-be255534-2733-4eb0-88ee-0c73feaa1ac8-10228171363_thumb250.jpg",
    "song": "Shout",
    "track_id": "0425bd8b-daf9-32f2-b7f5-74f7696c19c0",
    "recording_id": "04a57bca-9372-4957-8380-c4045848147d",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Shout",
    "release_id": "d5e0b7fd-71ed-4403-8ca3-ab640ca5a74b",
    "release_group_id": "ad1367ec-e061-33a6-ad5b-356edc679a91",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Roland  Orzabal said that the rhythm for this song was \"“stolen from a Talking Heads’ track on their 1980 album Remain in Light”? \n\nThe official music video: https://www.youtube.com/watch?v=Ye7FKc1JQe4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}