Information about plays

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

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

{
    "id": 3412850,
    "uri": "https://api.kexp.org/v2/plays/3412850/?format=api",
    "airdate": "2024-10-15T08:16:17-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Forever Be",
    "track_id": "7c000844-3157-3142-80fb-233431bbaeef",
    "recording_id": "6abc5eed-68a4-4ea3-a092-374772b8f09d",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Surrender",
    "release_id": "5199f302-99bc-3c80-a9ec-dffd68867c10",
    "release_group_id": "22ca85ec-ee39-3895-aef9-dee5d5c2f4d6",
    "labels": [
        "Freestyle Dust",
        "Virgin"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b",
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2000-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples multiple elements of The Beatles' \"Strawberry Fields Forever (Orchestra Session)\" \n--\nNoel Gallagher of Oasis guest stars on vocals and songwriting credits for this one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}