Information about plays

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

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

{
    "id": 3609983,
    "uri": "https://api.kexp.org/v2/plays/3609983/?format=api",
    "airdate": "2026-01-27T23:50:13-08:00",
    "show": 65773,
    "show_uri": "https://api.kexp.org/v2/shows/65773/?format=api",
    "image_uri": "https://dn721308.ca.archive.org/0/items/mbid-6629d170-17fb-44e5-b2e0-365c751184b6/mbid-6629d170-17fb-44e5-b2e0-365c751184b6-26378882887_thumb500.jpg",
    "thumbnail_uri": "https://dn721308.ca.archive.org/0/items/mbid-6629d170-17fb-44e5-b2e0-365c751184b6/mbid-6629d170-17fb-44e5-b2e0-365c751184b6-26378882887_thumb250.jpg",
    "song": "Head On",
    "track_id": "edce8dff-7dee-4530-abed-bdd3ab689719",
    "recording_id": "bdfb9018-d7fe-4632-b9c3-1513cb878331",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Automatic",
    "release_id": "6629d170-17fb-44e5-b2e0-365c751184b6",
    "release_group_id": "13e2bad1-98db-31f8-a13e-75cce84b8a94",
    "labels": [
        "Warner Bros. Records",
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}