Information about plays

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

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

{
    "id": 3413984,
    "uri": "https://api.kexp.org/v2/plays/3413984/?format=api",
    "airdate": "2024-10-17T18:06:45-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under the Milky Way",
    "track_id": null,
    "recording_id": "4746136b-910e-42ff-8d27-70556ac25aaa",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": null,
    "release_group_id": "b3544e98-7947-3802-bdd5-e92ef6cedb1b",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.thechurchband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}