Information about plays

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

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

{
    "id": 3421469,
    "uri": "https://api.kexp.org/v2/plays/3421469/?format=api",
    "airdate": "2024-11-04T23:19:35-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/63f2de58-7027-4d4f-88bd-ddfa0265d98d/21990916232-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63f2de58-7027-4d4f-88bd-ddfa0265d98d/21990916232-250.jpg",
    "song": "GGs Interlude",
    "track_id": null,
    "recording_id": null,
    "artist": "Skee Mask",
    "artist_ids": [
        "2b3e25ba-983e-44ac-9def-907e03910cd2"
    ],
    "album": "D",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonic adventures with Munich's prolific Skee Mask - https://skeemask.bandcamp.com/album/d",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}