Information about plays

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

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

{
    "id": 3439841,
    "uri": "https://api.kexp.org/v2/plays/3439841/?format=api",
    "airdate": "2024-12-18T23:48:08-08:00",
    "show": 62146,
    "show_uri": "https://api.kexp.org/v2/shows/62146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Together",
    "track_id": null,
    "recording_id": null,
    "artist": "Misha Panfilov Septet",
    "artist_ids": [
        "5f8afa53-7b6d-453d-9928-7706be4403c3"
    ],
    "album": "Live In Stockholm And Tallinn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Funk Night Records"
    ],
    "label_ids": [
        "320d8559-fa9e-4739-8b82-ee833d9fd58d"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at Fasching, Stockholm, August 16, 2023.\n\nhttps://mpsc.bandcamp.com/album/live-in-stockholm-and-tallinn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}