Information about plays

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

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

{
    "id": 3568844,
    "uri": "https://api.kexp.org/v2/plays/3568844/?format=api",
    "airdate": "2025-10-23T07:54:31-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "https://ia801406.us.archive.org/12/items/mbid-8cce490a-3b96-4b9d-a566-afd28bb3afc4/mbid-8cce490a-3b96-4b9d-a566-afd28bb3afc4-15832916674_thumb500.jpg",
    "thumbnail_uri": "https://ia801406.us.archive.org/12/items/mbid-8cce490a-3b96-4b9d-a566-afd28bb3afc4/mbid-8cce490a-3b96-4b9d-a566-afd28bb3afc4-15832916674_thumb250.jpg",
    "song": "Noel, Jonah and Me",
    "track_id": "8232b304-238d-3574-9935-dcc1e494590a",
    "recording_id": "adead7d4-bcc6-41e8-9e93-93abbef77345",
    "artist": "The Spinanes",
    "artist_ids": [
        "ea8aba9a-0163-439b-91ff-fe02e9d67663"
    ],
    "album": "Manos",
    "release_id": "8cce490a-3b96-4b9d-a566-afd28bb3afc4",
    "release_group_id": "0a8a718e-a64b-3d4d-a97c-2f3672a2c124",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-10-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Portland power-duo of Rebecca Gates on guitar and vocals and Scott Plouff on drums formed in 1991.\n\nhttps://www.subpop.com/artists/the_spinanes \nhttps://thespinanes.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}