Information about plays

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

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

{
    "id": 3411546,
    "uri": "https://api.kexp.org/v2/plays/3411546/?format=api",
    "airdate": "2024-10-12T03:35:05-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit or Miss",
    "track_id": null,
    "recording_id": "c697b949-f6d1-416e-b7fe-2761169d8442",
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "Odetta Sings",
    "release_id": null,
    "release_group_id": "f79f8089-5209-491d-82df-e765bf7ea223",
    "labels": [
        "Four Leaf Clover Records"
    ],
    "label_ids": [
        "3fd054d0-7921-4711-83d5-f0aa73cbcf62"
    ],
    "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"
}