Information about plays

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

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

{
    "id": 3520189,
    "uri": "https://api.kexp.org/v2/plays/3520189/?format=api",
    "airdate": "2025-06-29T00:01:07-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/85f98f87-9653-40e9-bfed-035447e78785/17905397407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85f98f87-9653-40e9-bfed-035447e78785/17905397407-250.jpg",
    "song": "Jawbreaker",
    "track_id": null,
    "recording_id": "f999a42d-6025-479e-a875-d42d513982d4",
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "Defenders of the Faith",
    "release_id": null,
    "release_group_id": "a00ff762-f474-39f0-9fa2-b5e24db7fd97",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-01-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Touring Europe right now! \nhttps://judaspriest.lnk.to/invincible-shield",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}