Information about plays

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

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

{
    "id": 3626603,
    "uri": "https://api.kexp.org/v2/plays/3626603/?format=api",
    "airdate": "2026-03-08T00:36:15-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/99971407-de40-472a-80ae-132774f284db/30194827161-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99971407-de40-472a-80ae-132774f284db/30194827161-250.jpg",
    "song": "Breaking the Law",
    "track_id": null,
    "recording_id": "da6969f9-de8e-43a9-8c72-d980efed1650",
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "British Steel",
    "release_id": null,
    "release_group_id": "5bd56af7-2bd6-392e-a815-b39354e3780d",
    "labels": [
        "Back on Black"
    ],
    "label_ids": [
        "8e0b7011-4ae3-464a-b084-a8809026f5c0"
    ],
    "release_date": "1980-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the music video for this classic metal cut by following the link below:\n\nhttps://youtu.be/L397TWLwrUU?si=kn4Lz7MT0lUwr2jM\n\nhttps://judaspriest.com/home/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}