Information about plays

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

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

{
    "id": 3437400,
    "uri": "https://api.kexp.org/v2/plays/3437400/?format=api",
    "airdate": "2024-12-13T02:46:26-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://coverartarchive.org/release/000e6233-c4e9-466e-8144-2c362e50816b/11436279650-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/000e6233-c4e9-466e-8144-2c362e50816b/11436279650-250.jpg",
    "song": "I Want to See the Bright Lights Tonight",
    "track_id": null,
    "recording_id": "07fa63b0-68ed-4944-ac06-5ef20fd43c45",
    "artist": "Richard & Linda Thompson",
    "artist_ids": [
        "fc60e1ff-04f2-4417-8d33-dde3aae9d8e9"
    ],
    "album": "I Want to See the Bright Lights Tonight",
    "release_id": null,
    "release_group_id": "b35625b1-200d-3692-b02a-08bd4f693ef8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1974-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}