Information about plays

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

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

{
    "id": 3418642,
    "uri": "https://api.kexp.org/v2/plays/3418642/?format=api",
    "airdate": "2024-10-29T02:33:04-07:00",
    "show": 61704,
    "show_uri": "https://api.kexp.org/v2/shows/61704/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b0ae46e-1b0c-4abc-83f0-0f6878d8d7ba/36555503240-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b0ae46e-1b0c-4abc-83f0-0f6878d8d7ba/36555503240-250.jpg",
    "song": "Nightmare",
    "track_id": null,
    "recording_id": "a57b1828-c4dc-4b29-ac49-b0acce4fe91b",
    "artist": "Kid Unknown",
    "artist_ids": [
        "2392db9b-a4ad-4608-8fc6-51f6a937af5e"
    ],
    "album": "Nightmare",
    "release_id": null,
    "release_group_id": "53a0ac6f-dc8a-397d-af39-c1c9f109dd60",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1992-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Steve in Texas thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}