Information about plays

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

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

{
    "id": 347816,
    "uri": "https://api.kexp.org/v2/plays/347816/?format=api",
    "airdate": "2019-06-29T11:40:29-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr Bassie (Play Rub A Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Pay It All Back: Volume Seven",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "On-U Sound Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adrian Sherwood’s dub, reggae and bass imprint On-U Sound label with a seventh instalment of its seminal Pay It All Back series. https://payitallback.bandcamp.com/album/pay-it-all-back-volume-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}