Information about plays

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

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

{
    "id": 3584056,
    "uri": "https://api.kexp.org/v2/plays/3584056/?format=api",
    "airdate": "2025-11-28T10:17:38-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrecked",
    "track_id": "e8f6a3d3-b7a6-4a18-b9ca-c65517450106",
    "recording_id": "c27fba00-acc3-4f66-bfdd-79b63ed06ed5",
    "artist": "SEACATS",
    "artist_ids": [
        "deee15ea-2dbe-4613-b7a1-7b70c6c06828"
    ],
    "album": "SEACATS",
    "release_id": "48c90566-3545-4c5a-895e-db3260bcb995",
    "release_group_id": "7ddd8d86-00f9-4348-86de-4efd666b9ba9",
    "labels": [
        "Fin Records"
    ],
    "label_ids": [
        "9d36ba13-e56a-47b7-9148-23f846374736"
    ],
    "release_date": "2013-10-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Kelso, WA, SEACATS played Live on KEXP back in 2013. They closed their set with \"Wrecked\"!  https://www.youtube.com/watch?v=d_DU60tRIME\n\nhttps://seacats.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}