Information about plays

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

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

{
    "id": 349037,
    "uri": "https://api.kexp.org/v2/plays/349037/?format=api",
    "airdate": "2019-07-02T12:59:32-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/febe2cd7-bb3e-4913-94ae-44fc286f91b5/16881158831-250.jpg",
    "thumbnail_uri": "",
    "song": "Deadcrush",
    "track_id": "34660aaa-fbcd-41d8-8b18-071421e87139",
    "recording_id": null,
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "RELAXER",
    "release_id": "febe2cd7-bb3e-4913-94ae-44fc286f91b5",
    "release_group_id": null,
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We loved it when Alt-J played live in the KEXP studio in 2017:  https://www.youtube.com/watch?v=23QIAbDzopo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}