Information about plays

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

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

{
    "id": 3441660,
    "uri": "https://api.kexp.org/v2/plays/3441660/?format=api",
    "airdate": "2024-12-23T01:39:08-08:00",
    "show": 62183,
    "show_uri": "https://api.kexp.org/v2/shows/62183/?format=api",
    "image_uri": "https://coverartarchive.org/release/88bf3581-d0e6-4774-9817-b18318680a40/6167855077-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/88bf3581-d0e6-4774-9817-b18318680a40/6167855077-250.jpg",
    "song": "Silent Night",
    "track_id": null,
    "recording_id": "609e53c4-acf8-4c84-9564-f10d2af403a5",
    "artist": "Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Peace",
    "release_id": null,
    "release_group_id": "f39a124f-0af4-4b15-b5c3-bfb9e93188da",
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Far out Jazz/soul album from Cadet Concept Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}