Information about plays

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

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

{
    "id": 3422555,
    "uri": "https://api.kexp.org/v2/plays/3422555/?format=api",
    "airdate": "2024-11-07T16:06:37-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia902200.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": "Backstairs",
    "track_id": "f39a15ff-f5fd-4cdf-b4c9-e651f918050c",
    "recording_id": "5b6cc055-c1ac-40a6-b92d-b96457e9ba0d",
    "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": "The New Pornographers are a Canadian indie rock band, formed in 1997 in Vancouver. Presented as a musical collective of singer-songwriters and musicians from multiple projects, the band has released eight studio albums to critical acclaim for their use of multiple vocalists and elements of power pop incorporated into their music. The band's most frequent lineup is AC Newman, Dan Bejar, and Neko Case.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}