Information about plays

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

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

{
    "id": 3283249,
    "uri": "https://api.kexp.org/v2/plays/3283249/?format=api",
    "airdate": "2023-12-13T13:13:56-08:00",
    "show": 58864,
    "show_uri": "https://api.kexp.org/v2/shows/58864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All That Money Wants",
    "track_id": "854b9d65-8c66-3a45-a1cd-c56eb14960c4",
    "recording_id": "16dfb807-4b84-4673-8670-22b97c97cee5",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "All That Money Wants",
    "release_id": "dfbeb317-4ad9-4567-9be8-f0f27e9c6b96",
    "release_group_id": "af0085c1-9f1b-3710-8a2b-0a88513184da",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1988-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band released a compilation album in 1988 called \"All Of This And Nothing.\" \"All That Money Wants\" was the only new song included on the set. Released as a single, it became The Psychedelic Furs' first #1 on the Modern Rock chart.\n\n\nThe band was down to a trio when they recorded this song. Every member - guitarist John Ashton, bass player Tim Butler, and singer Richard Butler - is credited as a writer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}