Information about plays

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

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

{
    "id": 374560,
    "uri": "https://api.kexp.org/v2/plays/374560/?format=api",
    "airdate": "2019-08-30T16:56:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Stop the Music",
    "track_id": "a225902f-b58d-33c7-93d2-f6873da78358",
    "recording_id": null,
    "artist": "Yarbrough",
    "artist_ids": [
        "b4ec65db-50cd-460b-8a2a-06c116e8cfb9"
    ],
    "album": "The Two of Us",
    "release_id": "57aa9053-e70b-4e19-9788-10a22df083d1",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winner of the inaugural KEXP Mixtape Week challenge, Jana Sturdivant shares her selections from a compilation she calls \"Hot Cheeto Fantasy\": \"I made this mixtape for a friend who was also born in 1981. She’s a professional drummer in a rock band (I.e. she knows her stuff) so I picked songs that were only released or charted that year (with one being a questionable selection on the validity of released in 1981).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}