Information about plays

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

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

{
    "id": 3413941,
    "uri": "https://api.kexp.org/v2/plays/3413941/?format=api",
    "airdate": "2024-10-17T15:22:01-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Day 81",
    "track_id": null,
    "recording_id": "fd852a5f-2788-46c1-8865-478778d2ed49",
    "artist": "Dr. Yen Lo",
    "artist_ids": [
        "98d7f672-db71-49be-b650-a6ed8db0c067"
    ],
    "album": "Days With Dr. Yen Lo",
    "release_id": null,
    "release_group_id": "98d35934-c9e2-40a2-a591-c71fab831512",
    "labels": [
        "Pavlov Institute Records"
    ],
    "label_ids": [
        "22b20679-b3a6-40f5-8b94-708cfe427701"
    ],
    "release_date": "2015-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}