Information about plays

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

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

{
    "id": 350794,
    "uri": "https://api.kexp.org/v2/plays/350794/?format=api",
    "airdate": "2019-07-06T09:39:55-07:00",
    "show": 5843,
    "show_uri": "https://api.kexp.org/v2/shows/5843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let The Teardrops Fall",
    "track_id": null,
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "The Best Of Sun Shot",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Culture Press"
    ],
    "label_ids": [
        "1c11aeaf-e849-446b-96ab-4355f7d1f261"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}