Information about plays

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

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

{
    "id": 3561451,
    "uri": "https://api.kexp.org/v2/plays/3561451/?format=api",
    "airdate": "2025-10-05T00:23:02-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6cb8df4-db9a-40e8-805b-b30c2eda57a4/4774408773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e6cb8df4-db9a-40e8-805b-b30c2eda57a4/4774408773-250.jpg",
    "song": "Parasite",
    "track_id": null,
    "recording_id": "ac00c2f9-1abc-4329-a594-5e0fa247e70a",
    "artist": "Exodus",
    "artist_ids": [
        "18e9bfd5-db23-4bc1-be0f-5710e5d656e4"
    ],
    "album": "Pleasures of the Flesh",
    "release_id": null,
    "release_group_id": "31509f08-4e5c-30ff-9878-6613fa697797",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1987-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Exodus is currently touring South America and will be touring Europe with Kreator and NAILS next spring.\n\nhttps://exodusattack.com/site/tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}