Information about plays

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

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

{
    "id": 3620607,
    "uri": "https://api.kexp.org/v2/plays/3620607/?format=api",
    "airdate": "2026-02-22T00:24:44-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "https://coverartarchive.org/release/19c4772c-7fbe-44b2-8831-5d9972a0d65a/39975675644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19c4772c-7fbe-44b2-8831-5d9972a0d65a/39975675644-250.jpg",
    "song": "Relentless Force",
    "track_id": null,
    "recording_id": "1750fa00-9f40-4f49-97a0-c5cc89d0a8ea",
    "artist": "Vicious Blade",
    "artist_ids": [
        "ec77c63b-bc82-4ad5-9ae9-9efb26a8f2bc"
    ],
    "album": "Relentless Force",
    "release_id": null,
    "release_group_id": "47e93adc-5e06-42b5-944b-5feac1e34f61",
    "labels": [
        "Redefining Darkness Records"
    ],
    "label_ids": [
        "cee8acff-3efa-42b6-a9ad-880bb652b157"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut full length from these Pittsburgh thrashers featuring members of Castrator and Tartarus.\n\nhttps://viciousblade.bandcamp.com/album/relentless-force",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}