Information about plays

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

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

{
    "id": 3416524,
    "uri": "https://api.kexp.org/v2/plays/3416524/?format=api",
    "airdate": "2024-10-24T01:35:11-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b3d18cc-8937-36f4-8de0-481088be58e6/17486835783-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b3d18cc-8937-36f4-8de0-481088be58e6/17486835783-250.jpg",
    "song": "Paranoid Android",
    "track_id": null,
    "recording_id": "2b3dae6c-a7f3-407a-a0a9-7325aeacfc75",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "OK Computer",
    "release_id": null,
    "release_group_id": "b1392450-e666-3926-a536-22c65f834433",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1997-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Ed O'Brien (from Humo magazine July 22, 1997): \"We wanted to make a crossing of Queen's 'Bohemian Rhapsody' and The Pixies. No, it [Paranoid Android] didn't become a 'Bohemian Rhapsody' of the '90s; it's not complex enough for that and it contains too much tension. It's the song that we played to our friends when they, a long time ago, wanted to know what the new album was going to sound like. You could see them thinking: 'If that's the new single, what will all the rest be like?'\"\nhttps://www.songfacts.com/facts/radiohead/paranoid-android",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}