Information about plays

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

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

{
    "id": 3418370,
    "uri": "https://api.kexp.org/v2/plays/3418370/?format=api",
    "airdate": "2024-10-28T11:01:40-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1b87ff8-0782-499a-bc42-4c504fc00c84/22540815036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1b87ff8-0782-499a-bc42-4c504fc00c84/22540815036-250.jpg",
    "song": "Monkey Puzzle",
    "track_id": null,
    "recording_id": "95a5aca5-6ebd-41ac-b35b-ed380321e6e4",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Take It From the Man!",
    "release_id": null,
    "release_group_id": "ba9d04f2-9c26-3d0a-a55e-53b346b1654a",
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1996-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album cut from psychedelic rock band the Brian Jonestown Massacre's third album, which had a 1960s British garage rock influence to it.\n\nhttps://thebrianjonestownmassacre.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}