Information about plays

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

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

{
    "id": 3415511,
    "uri": "https://api.kexp.org/v2/plays/3415511/?format=api",
    "airdate": "2024-10-21T10:58:48-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "https://ia801402.us.archive.org/3/items/mbid-23915c7c-4f06-4138-bf49-a4642fbb2d08/mbid-23915c7c-4f06-4138-bf49-a4642fbb2d08-15853695614_thumb500.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/3/items/mbid-23915c7c-4f06-4138-bf49-a4642fbb2d08/mbid-23915c7c-4f06-4138-bf49-a4642fbb2d08-15853695614_thumb250.jpg",
    "song": "When I Was Young",
    "track_id": "6ed6c8c1-aa96-379d-8f3b-d9374e3cc7fd",
    "recording_id": "58f3d45c-f99c-423f-a5f2-52b444debb26",
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "The Stars Are Indifferent to Astronomy",
    "release_id": "23915c7c-4f06-4138-bf49-a4642fbb2d08",
    "release_group_id": "fa5b5ddc-5079-45f1-8f52-bf9210b9c7d1",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2012-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Nada Surf performed \"When I Was Young\" at Seattle's Triple Door in 2012: https://www.youtube.com/watch?v=ny2bh6NMOkg.\n\nhttps://nadasurf.bandcamp.com/music\nhttps://www.nadasurf.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}