Information about plays

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

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

{
    "id": 347098,
    "uri": "https://api.kexp.org/v2/plays/347098/?format=api",
    "airdate": "2019-06-27T18:09:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Western Dream",
    "track_id": "683a05a8-e487-36f1-8723-8da11f67da46",
    "recording_id": null,
    "artist": "Ranch Romance",
    "artist_ids": [
        "472bc629-80a7-45d1-9ece-59fa3a962c2d"
    ],
    "album": "Western Dream",
    "release_id": "feff9a18-8268-48cd-8686-1ddf43cbc88f",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}