Information about plays

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

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

{
    "id": 3600481,
    "uri": "https://api.kexp.org/v2/plays/3600481/?format=api",
    "airdate": "2026-01-05T06:58:11-08:00",
    "show": 65569,
    "show_uri": "https://api.kexp.org/v2/shows/65569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Papers",
    "track_id": "9e27bf12-ac59-380b-8770-5218ce4a714c",
    "recording_id": "92bab92c-bbcb-4567-869d-71157836ddcf",
    "artist": "Joe Jackson",
    "artist_ids": [
        "07f6d469-38f3-46da-9cfa-2f532422b84e"
    ],
    "album": "Look Sharp!",
    "release_id": "b7696547-631c-479f-9d6e-5ab6baa8d515",
    "release_group_id": "b3232ac6-378d-34c6-aca7-6aed95ae5ad0",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2001-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1979, Joe Jackson released Look Sharp!\n\nStay tuned for The Morning Show with John!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}