Information about plays

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

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

{
    "id": 3436369,
    "uri": "https://api.kexp.org/v2/plays/3436369/?format=api",
    "airdate": "2024-12-10T15:49:21-08:00",
    "show": 62074,
    "show_uri": "https://api.kexp.org/v2/shows/62074/?format=api",
    "image_uri": "https://coverartarchive.org/release/7adc7b0a-e38d-486e-8617-78226f5c6f47/6481461595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7adc7b0a-e38d-486e-8617-78226f5c6f47/6481461595-250.jpg",
    "song": "Resist",
    "track_id": null,
    "recording_id": "24b090be-057c-405c-bece-39304756b951",
    "artist": "Front Line Assembly",
    "artist_ids": [
        "b847e9d2-c931-4daf-900c-42c7b2c42e16"
    ],
    "album": "Caustic Grip",
    "release_id": null,
    "release_group_id": "39c7f33d-c5e8-3683-a67e-7117f1387f16",
    "labels": [
        "Wax Trax! Records"
    ],
    "label_ids": [
        "6dcd6d65-e0f2-47a3-84ac-00c2d29267af"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Front Line Assembly is a Canadian electro-industrial band formed by Bill Leeb in 1986 after leaving Skinny Puppy. FLA has developed its own sound incorporating elements of electronic body music and electro-industrial.\n\nLearn more about the band here:\nhttps://www.frontlineassembly.com/about-us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}