Information about plays

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

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

{
    "id": 3432195,
    "uri": "https://api.kexp.org/v2/plays/3432195/?format=api",
    "airdate": "2024-11-30T22:31:21-08:00",
    "show": 61991,
    "show_uri": "https://api.kexp.org/v2/shows/61991/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8127b8a-4835-4c31-90d8-d1f40bdf3a1b/30561374746-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8127b8a-4835-4c31-90d8-d1f40bdf3a1b/30561374746-250.jpg",
    "song": "Punch A Nazi",
    "track_id": null,
    "recording_id": "9ca97f33-f28d-4238-9dfc-87984ca7e55f",
    "artist": "The Muslims",
    "artist_ids": [
        "75042058-1159-44b5-a5bd-f294b8ae7cf3"
    ],
    "album": "Gentrifried Chicken",
    "release_id": null,
    "release_group_id": "8526c331-af8a-4edd-a45c-8bdcc51532cb",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2020-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}