Information about plays

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

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

{
    "id": 3427980,
    "uri": "https://api.kexp.org/v2/plays/3427980/?format=api",
    "airdate": "2024-11-20T21:20:45-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/956fbc58-362d-43b8-b880-3779e0508559/34025419985-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/956fbc58-362d-43b8-b880-3779e0508559/34025419985-250.jpg",
    "song": "Any Colour You Like",
    "track_id": null,
    "recording_id": "6fc3ce26-94f1-4b8f-b372-5148dd1df465",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Dark Side of the Moon",
    "release_id": null,
    "release_group_id": "f5093c06-23e3-404f-aeaa-40f72885ee3a",
    "labels": [
        "EMI United Kingdom"
    ],
    "label_ids": [
        "8b74f0de-408c-4a31-ae4e-68b66c6bf83b"
    ],
    "release_date": "1973-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Instrumental track, #8 on the album \"The Dark Side of the Moon\" - written by David Gilmour (playing two guitars), Richard Wright (on the VCS 3 synthesizer), and Nick Mason on drums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}