Information about plays

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

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

{
    "id": 3422191,
    "uri": "https://api.kexp.org/v2/plays/3422191/?format=api",
    "airdate": "2024-11-06T18:39:01-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia800506.us.archive.org/17/items/mbid-f85cb931-3091-4982-af99-dbe41efb1149/mbid-f85cb931-3091-4982-af99-dbe41efb1149-40052263137_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/17/items/mbid-f85cb931-3091-4982-af99-dbe41efb1149/mbid-f85cb931-3091-4982-af99-dbe41efb1149-40052263137_thumb250.jpg",
    "song": "Bad Guys Win",
    "track_id": "82e4d5cc-db88-4d7e-b99e-6f29d3cf44ae",
    "recording_id": "1c4cdb37-1637-45e0-af06-4f6a20128c91",
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "Shine Away",
    "release_id": "f85cb931-3091-4982-af99-dbe41efb1149",
    "release_group_id": "97c3ea2a-a042-4534-969f-9c164fc986c0",
    "labels": [
        "DevilDuck Records"
    ],
    "label_ids": [
        "b3446a32-c5be-4c80-9b60-81a4fa610846"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://nakedgiants.bandcamp.com/album/shine-away",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}