Information about plays

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

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

{
    "id": 3607516,
    "uri": "https://api.kexp.org/v2/plays/3607516/?format=api",
    "airdate": "2026-01-22T05:24:00-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Division St",
    "track_id": "638081b1-1e46-403d-816a-b65a83e3e795",
    "recording_id": "f56b86f7-05ba-4477-8f08-a783ac422742",
    "artist": "Nation Of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Introduction, Presence",
    "release_id": "178e3f2b-8249-4a99-ac0e-a4dd61e299de",
    "release_group_id": "cb8dc9d9-d4bd-4ec2-88f3-f63a85beaba5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn-based Nation of Language were able to grow a fanbase, sell out local venues, and book a foreign tour before they ever even released an album. Bandmember Ian Devaney said, \"It’s really crazy after so many years of [audience members] being friends and friends of friends: to really feel like there are people liking your music in a vacuum – not because they know you – is an amazing feeling.\"\n\nhttps://nationoflanguage.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}