Information about plays

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

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

{
    "id": 344360,
    "uri": "https://api.kexp.org/v2/plays/344360/?format=api",
    "airdate": "2019-06-21T15:23:12-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "http://coverartarchive.org/release/6dab00c8-2473-47ce-b1fc-eedc219e27a9/11892819162-250.jpg",
    "thumbnail_uri": "",
    "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": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1990-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the album, band member Glenn Mercer has said \"The sound we were after was a reaction against the punk scene [...] Being a little older, we felt it had all been done before. We wanted the guitars to be cleaner, and we started experimenting with a lot of percussion.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}