Information about plays

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

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

{
    "id": 3413466,
    "uri": "https://api.kexp.org/v2/plays/3413466/?format=api",
    "airdate": "2024-10-16T13:39:12-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vote, Baby, Vote",
    "track_id": null,
    "recording_id": "57778df3-3152-4f5d-b0fd-ae54f0d05e2e",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "Infinity Within",
    "release_id": null,
    "release_group_id": "490350f7-e4cc-3f64-b258-4d04e29ed612",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}