Information about plays

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

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

{
    "id": 3416538,
    "uri": "https://api.kexp.org/v2/plays/3416538/?format=api",
    "airdate": "2024-10-24T02:30:34-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f64810c-8226-4e5a-a93f-19add1d3a2d5/16127964907-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f64810c-8226-4e5a-a93f-19add1d3a2d5/16127964907-250.jpg",
    "song": "Fenugreek",
    "track_id": null,
    "recording_id": "a237b125-33ae-410c-80ac-b43c63bacfaa",
    "artist": "Metal Fingers",
    "artist_ids": [
        "2a827687-f114-46fe-9e5d-74acb7d33995"
    ],
    "album": "Special Herbs, Volume 1 & 2",
    "release_id": null,
    "release_group_id": "f4d95efb-f5d0-3222-bf9d-2045cb3389f2",
    "labels": [
        "Nature Sounds"
    ],
    "label_ids": [
        "20328bb6-97fc-45be-b665-b2929bae91cf"
    ],
    "release_date": "2002-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Metal Fingers -- alias used by British hip-hop artist/producer MF Doom. Ghostface Killah Recalls When He Learned Metal Fingers And MF DOOM Were The Same Person IN A RECENT INTERVIEW, GHOSTFACE KILLAH RECALLED HOW A METAL FINGERS BEAT TAPE LED TO HIM REALIZING THAT IT WAS ANOTHER ONE OF MF DOOM'S ALIASES. https://www.okayplayer.com/music/ghostface-killah-mf-doom-fishscale.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}