Information about plays

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

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

{
    "id": 3417782,
    "uri": "https://api.kexp.org/v2/plays/3417782/?format=api",
    "airdate": "2024-10-27T02:54:55-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/3022e47b-fb73-4a14-8cfc-a0b72be7b285/39146620860-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3022e47b-fb73-4a14-8cfc-a0b72be7b285/39146620860-250.jpg",
    "song": "Overkill",
    "track_id": null,
    "recording_id": "96ee23d7-f2d4-4fe0-9d5f-788cb8f0d23e",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Overkill",
    "release_id": null,
    "release_group_id": "6b07471d-4926-381c-8030-1731439a7019",
    "labels": [
        "Bronze"
    ],
    "label_ids": [
        "5f5334fe-9873-4be3-9650-8b1888a7ae25"
    ],
    "release_date": "1979-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Only way to feel the noise\nIs when it's good and loud\nSo good I can't believe it\nScreaming with the crowd..\"\nThis song is about the rush of adrenaline a performer experiences onstage in front of a great crowd.\nOverkill closed the band's last set on their final tour, meaning that it was the last song they played together. \n\nSee Lemmy and colleagues in a live performance: https://www.youtube.com/watch?v=MlzTET_8SQg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}