Information about plays

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

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

{
    "id": 3437775,
    "uri": "https://api.kexp.org/v2/plays/3437775/?format=api",
    "airdate": "2024-12-13T23:43:38-08:00",
    "show": 62102,
    "show_uri": "https://api.kexp.org/v2/shows/62102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're The Only One Watching",
    "track_id": null,
    "recording_id": null,
    "artist": "MIKE",
    "artist_ids": [
        "da943be1-5611-4bf9-ac4c-0eef1bc0c16b"
    ],
    "album": "You're The Only One Watching",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "10k"
    ],
    "label_ids": [
        "4321b3d3-0023-4c6c-899c-2787ee02a407"
    ],
    "release_date": "2024-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}