Information about plays

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

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

{
    "id": 3429338,
    "uri": "https://api.kexp.org/v2/plays/3429338/?format=api",
    "airdate": "2024-11-24T03:35:02-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s A Cult",
    "track_id": "ecf8a5f5-56cf-4a36-b538-69461faec7ba",
    "recording_id": "957c8113-57b4-459b-be2e-5123b85eede8",
    "artist": "Ulrika Spacek",
    "artist_ids": [
        "b4e8e5f4-be91-473f-af73-de332ecd8f20"
    ],
    "album": "The Album Paranoia",
    "release_id": "1ebfc9fd-1aee-43b9-a809-d35a7f924a0e",
    "release_group_id": "b6e13966-7f06-4ba6-8971-ed58bf3e5b1a",
    "labels": [
        "Tough Love Records"
    ],
    "label_ids": [
        "dc93b00d-8b25-4168-a500-8ed5aa829492"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}