Information about plays

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

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

{
    "id": 3549680,
    "uri": "https://api.kexp.org/v2/plays/3549680/?format=api",
    "airdate": "2025-09-06T17:07:11-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia801209.us.archive.org/25/items/mbid-eecb049a-2b3f-4c71-87fb-4ce3983ddaa6/mbid-eecb049a-2b3f-4c71-87fb-4ce3983ddaa6-11850930082_thumb500.jpg",
    "thumbnail_uri": "https://ia601209.us.archive.org/25/items/mbid-eecb049a-2b3f-4c71-87fb-4ce3983ddaa6/mbid-eecb049a-2b3f-4c71-87fb-4ce3983ddaa6-11850930082_thumb250.jpg",
    "song": "It’s Obvious",
    "track_id": "40497589-ef10-3d8a-862f-b7202990eade",
    "recording_id": "08914504-003a-4156-8c1b-516ee79bb7d3",
    "artist": "Au Pairs",
    "artist_ids": [
        "d350bc0e-10bb-47f1-9027-d1f011ae9aa8"
    ],
    "album": "Playing With a Different Sex",
    "release_id": "97e792db-ed5e-4afc-b0c1-deee8b702f25",
    "release_group_id": "14f11e7a-00fa-31b2-85a1-2930fb88d198",
    "labels": [
        "Human Records"
    ],
    "label_ids": [
        "39589433-8e4a-4ddc-940e-9b11a71a4ed2"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Au Pairs is a British post-punk band formed in Birmingham in 1978 and continued until 1983. 'Playing with a Different Sex' was their debut studio album, released in 1981. The album has been described as \"one of the great, and perhaps forgotten, post-punk records.\" \n\nhttps://www.allmusic.com/album/playing-with-a-different-sex-mw0000850537",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}