Information about plays

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

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

{
    "id": 3549855,
    "uri": "https://api.kexp.org/v2/plays/3549855/?format=api",
    "airdate": "2025-09-07T01:38:13-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/edcce949-7374-4422-94a5-9c8697820b7e/21173849895-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/edcce949-7374-4422-94a5-9c8697820b7e/21173849895-250.jpg",
    "song": "Freeway Mad",
    "track_id": null,
    "recording_id": "edc78530-aae4-4798-8bee-cab802d64e1c",
    "artist": "Saxon",
    "artist_ids": [
        "bbd80354-597e-4d53-94e4-92b3a7cb8f2c"
    ],
    "album": "Wheels of Steel",
    "release_id": null,
    "release_group_id": "f0556704-20f0-3831-8f7a-aab0855d5865",
    "labels": [
        "Carrère"
    ],
    "label_ids": [
        "35f9d4b3-5a4f-496c-a2e0-4801058fe891"
    ],
    "release_date": "1980-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Saxon guitarist, Doug Scarratt!\n\nhttps://www.saxon747.com/tourdates\nhttps://www.facebook.com/SaxonOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}