Information about plays

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

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

{
    "id": 3413650,
    "uri": "https://api.kexp.org/v2/plays/3413650/?format=api",
    "airdate": "2024-10-16T23:48:09-07:00",
    "show": 61595,
    "show_uri": "https://api.kexp.org/v2/shows/61595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superstar",
    "track_id": "d1fe53b1-9cd1-4ee7-a23b-84e1c7d26dd8",
    "recording_id": "1420e0d7-18db-4fa9-a6d4-ed3add7e0212",
    "artist": "Clark",
    "artist_ids": [
        "5d0c202c-e30f-40c4-abf5-c0007af0d1cc"
    ],
    "album": "In Camera",
    "release_id": "c10c8acc-e706-4a1d-a3f0-102cd03dea42",
    "release_group_id": "4fabd95a-bd67-4b1d-b761-a153d28fa5aa",
    "labels": [
        "Throttle Records"
    ],
    "label_ids": [
        "c8d89ded-7978-4ead-96fa-9197946e2ccc"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ripper of a Carpenters cover!\n\nhttps://clark.bandcamp.com/album/in-camera",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}