Information about plays

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

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

{
    "id": 3413142,
    "uri": "https://api.kexp.org/v2/plays/3413142/?format=api",
    "airdate": "2024-10-15T22:55:34-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hopes Up",
    "track_id": null,
    "recording_id": "42410e13-5f82-4c37-8aa7-a64d3246b6bb",
    "artist": "DRAMA",
    "artist_ids": [
        "c3505299-5cb9-4a30-a7c8-e74d0aa3e1b0"
    ],
    "album": "Gallows",
    "release_id": null,
    "release_group_id": "6bb14693-e873-4147-9248-e9508598e537",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2016-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago band. So unique. https://thedramaduo.bandcamp.com/album/gallows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}