Information about plays

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

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

{
    "id": 344440,
    "uri": "https://api.kexp.org/v2/plays/344440/?format=api",
    "airdate": "2019-06-21T20:15:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tilted (Paradis Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Christine",
    "artist_ids": [
        "0b0cd93a-b35b-40e4-b7d1-f4e7323390ed"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [],
    "release_date": "2016-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Representing the LBGTQIA community here on Friday Night. See them play a live video session at KEXP. https://www.youtube.com/watch?v=0zP-8aexhow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}