Information about plays

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

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

{
    "id": 3438196,
    "uri": "https://api.kexp.org/v2/plays/3438196/?format=api",
    "airdate": "2024-12-14T23:09:04-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like What, Me Worry",
    "track_id": null,
    "recording_id": "425811df-56ba-4c0a-b142-4e5e871c8839",
    "artist": "006",
    "artist_ids": [
        "0d59f5d0-df4e-4660-8973-f7b62ee6a9f1"
    ],
    "album": "Like What, Me Worry / Why Can't I Say",
    "release_id": null,
    "release_group_id": "69e48e78-26a2-41ab-b863-493c59276f7c",
    "labels": [
        "Red Bird"
    ],
    "label_ids": [
        "55046e76-2901-483e-899a-683597231b6c"
    ],
    "release_date": "1966-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "006 (also known as The Double-O-Six) was a Chicago Garage rock band formed in 1964.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}