Information about plays

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

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

{
    "id": 3423858,
    "uri": "https://api.kexp.org/v2/plays/3423858/?format=api",
    "airdate": "2024-11-10T21:06:35-08:00",
    "show": 61818,
    "show_uri": "https://api.kexp.org/v2/shows/61818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Introductions",
    "track_id": null,
    "recording_id": "a8bc574a-ff0e-4bcc-8e34-8360ee743945",
    "artist": "Dan Miles",
    "artist_ids": [
        "f20d72db-6c56-4067-86f8-5174a6095dd0"
    ],
    "album": "Juke Bounce Werk Presents: JBDUBZ Vol. 9",
    "release_id": null,
    "release_group_id": "034c3068-4b8f-4a9a-9be6-2e7e8d58a4a0",
    "labels": [
        "Juke Bounce Werk"
    ],
    "label_ids": [
        "3a063609-b26b-4e3b-826d-e862b8426721"
    ],
    "release_date": "2021-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://jukebouncewerk.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}