Information about plays

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

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

{
    "id": 3437345,
    "uri": "https://api.kexp.org/v2/plays/3437345/?format=api",
    "airdate": "2024-12-12T23:20:24-08:00",
    "show": 62093,
    "show_uri": "https://api.kexp.org/v2/shows/62093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know You, I Love You",
    "track_id": null,
    "recording_id": "13c0c278-2338-4b9c-8812-0f2512ae7cf3",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Soul Explosion",
    "release_id": null,
    "release_group_id": "c54f3d86-37ec-4f24-a293-0607ff534fbf",
    "labels": [
        "Weton-Wesgram"
    ],
    "label_ids": [
        "1feeab0d-e6f9-44a9-b76a-357c7ecf0bd5"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}