Information about plays

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

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

{
    "id": 352511,
    "uri": "https://api.kexp.org/v2/plays/352511/?format=api",
    "airdate": "2019-07-10T08:58:00-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrong",
    "track_id": "db28b496-8e1f-339a-9787-4801b03eda80",
    "recording_id": null,
    "artist": "Archers of Loaf",
    "artist_ids": [
        "7cf05db3-24e7-4534-84bf-65006cd0cc82"
    ],
    "album": "Icky Mettle",
    "release_id": "1c122ae5-bd41-4112-95d9-02fb976dbe77",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chapel Hill band that came into fruition in 1991. 'Icky Mettle' is the debut full-length from the band, composed of singer/guitarist Eric Bachmann, guitarist Eric Johnson, bassist Matt Gentling, and drummer Mark Price.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}