Information about plays

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

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

{
    "id": 3414628,
    "uri": "https://api.kexp.org/v2/plays/3414628/?format=api",
    "airdate": "2024-10-19T09:49:26-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chill Out",
    "track_id": "b9751911-392a-3ebd-9778-ccb3b088510b",
    "recording_id": "6dde0a49-a5be-4dff-8dbe-33000ebf68d4",
    "artist": "Black Uhuru",
    "artist_ids": [
        "8ee00333-ec2c-439b-a619-ae160aca2a15"
    ],
    "album": "Liberation: The Island Anthology",
    "release_id": "bda2630f-49f7-3144-b848-60be61443703",
    "release_group_id": "db05f040-7e82-3a7e-8d87-acbd77a161ca",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1993-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}