Information about plays

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

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

{
    "id": 3421533,
    "uri": "https://api.kexp.org/v2/plays/3421533/?format=api",
    "airdate": "2024-11-05T02:19:01-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/8570f7dc-fdc0-4d98-8513-1fc49907ef4b/38722900333-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8570f7dc-fdc0-4d98-8513-1fc49907ef4b/38722900333-250.jpg",
    "song": "CHROMA 003 Bi83",
    "track_id": null,
    "recording_id": "74bdf709-8551-468b-b53c-12a74a4fd9d0",
    "artist": "Dove",
    "artist_ids": [
        "10e8f0df-90f9-4957-aedd-c4e0d187e3a8"
    ],
    "album": "CHROMA 003",
    "release_id": null,
    "release_group_id": "b9feb334-1ead-4e7c-b257-8b5e3cf6c0e4",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another awesome listener request -- thanks Josh!\n\nhttps://bicep.bandcamp.com/album/chroma-003",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}