Information about plays

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

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

{
    "id": 3412999,
    "uri": "https://api.kexp.org/v2/plays/3412999/?format=api",
    "airdate": "2024-10-15T14:09:30-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Gonna Love You",
    "track_id": null,
    "recording_id": "a0da5857-5182-42e7-bf3c-bc723c751b48",
    "artist": "Jestofunk",
    "artist_ids": [
        "cacb8596-f62d-4427-9cce-a90f453c3242"
    ],
    "album": "Love in a Black Dimension",
    "release_id": null,
    "release_group_id": "7fa0bb6b-f526-370e-b28b-6ae61c1d2a93",
    "labels": [
        "Dance Pool"
    ],
    "label_ids": [
        "d13a9c66-b034-4fc1-9973-a738459c0a0b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jestofunk are an Italian acid jazz musical group, formed in 1992 by DJ MozArt and DJ Blade.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}