Information about plays

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

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

{
    "id": 3416736,
    "uri": "https://api.kexp.org/v2/plays/3416736/?format=api",
    "airdate": "2024-10-24T14:22:03-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doing In Me Head",
    "track_id": "ae85a0a2-3040-418e-aa9c-9151318a878d",
    "recording_id": "7eae85b0-da17-44ac-af11-9f5719874e09",
    "artist": "Amyl and the Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Cartoon Darkness",
    "release_id": "5e0bdfd5-5c19-4777-91e5-c6c1dc9df315",
    "release_group_id": "32fdf291-cd36-4b48-9c6c-fd3ad7956092",
    "labels": [
        "Virgin Music Group"
    ],
    "label_ids": [
        "89a8123b-da2f-40dd-8c85-718a5c4c3a61"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a live performance by Amyl and the Sniffers in the KEXP studio in 2022: https://www.youtube.com/watch?v=qhn2GBcikEU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}