Information about plays

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

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

{
    "id": 2683230,
    "uri": "https://api.kexp.org/v2/plays/2683230/?format=api",
    "airdate": "2020-01-07T11:30:34.840000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia601300.us.archive.org/3/items/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9-11892819162.jpg",
    "thumbnail_uri": "https://ia601300.us.archive.org/3/items/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9-11892819162_thumb250.jpg",
    "song": "Crazy Rhythms",
    "track_id": "6f73347b-c170-3529-afa2-d4443363b5c4",
    "recording_id": null,
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Crazy Rhythms",
    "release_id": "6dab00c8-2473-47ce-b1fc-eedc219e27a9",
    "release_group_id": "0e1245bc-b370-32ec-b39d-ec746be808fc",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1990-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crazy Rhythms' was the debut studio album by New Jersey band  The Feelies.  Enjoy a look back at it in this 2010 article, thirty years later:  https://www.treblezine.com/perpetual-nervousness-30-years-of-the-feelies-crazy-rhythms/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}