Information about plays

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

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

{
    "id": 351067,
    "uri": "https://api.kexp.org/v2/plays/351067/?format=api",
    "airdate": "2019-07-06T23:57:00-07:00",
    "show": 5849,
    "show_uri": "https://api.kexp.org/v2/shows/5849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost Leg",
    "track_id": null,
    "recording_id": null,
    "artist": "MORAL PANIC",
    "artist_ids": [
        "d119088a-5145-4c60-aa99-5bafa286aab5"
    ],
    "album": "S/T",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}