Information about plays

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

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

{
    "id": 2678381,
    "uri": "https://api.kexp.org/v2/plays/2678381/?format=api",
    "airdate": "2019-12-26T12:58:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better Together",
    "track_id": null,
    "recording_id": null,
    "artist": "Hayden James",
    "artist_ids": [
        "af3d88d4-ba94-44b4-9a78-87976f1acd42"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Future Classic"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian singer Hayden James and Australian producer Running Touch on this track. \"PileRats said 'It's a summery sun-soaked anthem with a bright house backbone, combining Hayden James' signature pop-house pulse with Running Touch's masterful vocal, which adds a sensual, pop-centric twist to the single's masterful sound.'\" https://bit.ly/2t2FQh2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}