Information about plays

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

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

{
    "id": 3422032,
    "uri": "https://api.kexp.org/v2/plays/3422032/?format=api",
    "airdate": "2024-11-06T08:18:39-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c80a809-828f-3d7c-992b-2067dc63fb01/33449783028-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c80a809-828f-3d7c-992b-2067dc63fb01/33449783028-250.jpg",
    "song": "Under the Milky Way",
    "track_id": null,
    "recording_id": "4746136b-910e-42ff-8d27-70556ac25aaa",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": null,
    "release_group_id": "b3544e98-7947-3802-bdd5-e92ef6cedb1b",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}