Information about plays

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

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

{
    "id": 3412821,
    "uri": "https://api.kexp.org/v2/plays/3412821/?format=api",
    "airdate": "2024-10-15T06:47:21-07:00",
    "show": 61581,
    "show_uri": "https://api.kexp.org/v2/shows/61581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake",
    "track_id": "734e3f7c-9870-4380-8585-27aabf4ed6e5",
    "recording_id": "e7b37dc3-d5fd-4a95-a586-6df1c0c3b42f",
    "artist": "The Head and the Heart",
    "artist_ids": [
        "98cb416e-5271-484c-ab3b-6bed6b4aae12"
    ],
    "album": "Let's Be Still",
    "release_id": "0a625224-3978-47fc-a22d-91936994e891",
    "release_group_id": "54cd5c7b-bb7f-46c3-881e-5f4fd04c3664",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2013, The Head and The Heart release Let's Be Still.\n\nCheck out their live KEXP In-Studio. https://bit.ly/3mUySUl. https://theheadandtheheart.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}