Information about plays

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

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

{
    "id": 3414139,
    "uri": "https://api.kexp.org/v2/plays/3414139/?format=api",
    "airdate": "2024-10-18T03:53:10-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Herald",
    "track_id": "b19f134c-0e15-4223-ba9e-7203ad932fef",
    "recording_id": "5a7d127a-bcad-4693-922f-c144d422ec5e",
    "artist": "Ezra Collective",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "Dance, No One’s Watching",
    "release_id": "429eca84-6e10-4f31-8377-564c5d3ad21e",
    "release_group_id": "72b18440-7761-4b91-834a-e75fb671e141",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}