Information about plays

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

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

{
    "id": 3422174,
    "uri": "https://api.kexp.org/v2/plays/3422174/?format=api",
    "airdate": "2024-11-06T17:36:37-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia801202.us.archive.org/28/items/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396-14999247052_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/28/items/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396/mbid-fbf6b653-5672-43c0-9ffd-f07c9361b396-14999247052_thumb250.jpg",
    "song": "The New World",
    "track_id": "189be347-f2b5-3315-809b-9e3a018ae9de",
    "recording_id": "bf8711d1-fdc9-47ab-a4e3-85772fdb9a2d",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "More Fun in the New World",
    "release_id": "19ce94aa-d959-4f86-aaaa-59d0b5285254",
    "release_group_id": "896b3d54-5cd6-3364-b252-98329e98fb1d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth studio album from X. \"The New World\" was featured on the soundtrack to the 1986 film 'Something Wild'. Check out the video for this song: https://www.youtube.com/watch?v=YbEhts7g-4U \n\nhttps://www.xtheband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}