Information about plays

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

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

{
    "id": 3414071,
    "uri": "https://api.kexp.org/v2/plays/3414071/?format=api",
    "airdate": "2024-10-17T23:55:14-07:00",
    "show": 61603,
    "show_uri": "https://api.kexp.org/v2/shows/61603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Piece Suit",
    "track_id": null,
    "recording_id": "ed3ae560-5dad-4037-9677-0ffc715556dc",
    "artist": "KOKOROKO, Azekel",
    "artist_ids": [
        "2650f0e7-3879-4b2c-8908-d025113cbece",
        "4f8287c6-d4a2-4253-9ed4-25d0ef3916d4"
    ],
    "album": "The Sleeping Kind",
    "release_id": null,
    "release_group_id": "93e33d5e-299e-4ddd-814e-737f149aa63c",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}