Information about plays

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

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

{
    "id": 3438247,
    "uri": "https://api.kexp.org/v2/plays/3438247/?format=api",
    "airdate": "2024-12-15T02:24:11-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "https://coverartarchive.org/release/89f983e8-a293-4a0a-8a82-09fd9a66d04c/31193691631-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89f983e8-a293-4a0a-8a82-09fd9a66d04c/31193691631-250.jpg",
    "song": "Horrendous Corpse Resurrection",
    "track_id": null,
    "recording_id": null,
    "artist": "Ripped to Shreds",
    "artist_ids": [
        "f2e18740-d766-4bbb-b79a-388b848048c8"
    ],
    "album": "Sanshi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rleapse Records"
    ],
    "label_ids": [],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://rippedtoshredsdeathmetal.bandcamp.com/album/sanshi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}