Information about plays

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

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

{
    "id": 3414121,
    "uri": "https://api.kexp.org/v2/plays/3414121/?format=api",
    "airdate": "2024-10-18T02:44:10-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anemone",
    "track_id": "3a144e54-c19a-3391-a120-434b82914c60",
    "recording_id": "d857e601-8e41-4543-8385-ce3e5bddae17",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Their Satanic Majesties' Second Request",
    "release_id": "6e62175b-6b79-4954-b506-18027249bc62",
    "release_group_id": "d379a94d-48a6-3925-8542-5fdf44a6aa29",
    "labels": [
        "Tangible"
    ],
    "label_ids": [
        "83d6f5bc-b68d-412a-aa07-fd51fb440fa0"
    ],
    "release_date": "1996-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}