Information about plays

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

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

{
    "id": 3414054,
    "uri": "https://api.kexp.org/v2/plays/3414054/?format=api",
    "airdate": "2024-10-17T22:48:55-07:00",
    "show": 61603,
    "show_uri": "https://api.kexp.org/v2/shows/61603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Home Again",
    "track_id": null,
    "recording_id": "992e1750-d478-4158-8033-51f3e58c06ed",
    "artist": "Archie Whitewater",
    "artist_ids": [
        "472c1266-b797-4160-97ab-ada2fa54e7c5"
    ],
    "album": "Archie Whitewater",
    "release_id": null,
    "release_group_id": "ab62069d-f197-4c09-8b63-bc27a7aa4f30",
    "labels": [
        "RPM"
    ],
    "label_ids": [
        "4cc50f8c-7fce-4167-904c-190b7983559f"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}