Information about plays

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

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

{
    "id": 3420312,
    "uri": "https://api.kexp.org/v2/plays/3420312/?format=api",
    "airdate": "2024-11-02T02:53:20-07:00",
    "show": 61739,
    "show_uri": "https://api.kexp.org/v2/shows/61739/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b00899e-b80e-4307-85f4-0353c0576954/33416666278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b00899e-b80e-4307-85f4-0353c0576954/33416666278-250.jpg",
    "song": "The First Person",
    "track_id": null,
    "recording_id": "8614cf04-3d2b-4614-aae1-7691cccddeda",
    "artist": "Duet Emmo",
    "artist_ids": [
        "bb467ca2-ec8f-43eb-aca6-1e3b17e810de"
    ],
    "album": "Or So It Seems",
    "release_id": null,
    "release_group_id": "216b81ea-7cac-45de-8fda-d97dd0682fc1",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/182623-Duet-Emmo-Or-So-It-Seems",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}