Information about plays

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

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

{
    "id": 3418780,
    "uri": "https://api.kexp.org/v2/plays/3418780/?format=api",
    "airdate": "2024-10-29T10:07:41-07:00",
    "show": 61707,
    "show_uri": "https://api.kexp.org/v2/shows/61707/?format=api",
    "image_uri": "https://ia802200.us.archive.org/33/items/mbid-7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3/mbid-7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3-9442140549_thumb500.jpg",
    "thumbnail_uri": "https://ia802200.us.archive.org/33/items/mbid-7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3/mbid-7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3-9442140549_thumb250.jpg",
    "song": "Champions of Red Wine",
    "track_id": "ee5c12b9-a626-4bf2-8790-367e56af9291",
    "recording_id": "f9400003-56dd-4331-812d-6151beb7f6bf",
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Brill Bruisers",
    "release_id": "7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3",
    "release_group_id": "fb7fd3c9-dc34-409b-a3c4-649bac22f484",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2014-08-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go back to 2014 to watch The New Pornographers performing songs from the album \"Brill Bruisers\" in our studio: https://www.youtube.com/watch?v=sMie-Pi1YSM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}