Information about plays

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

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

{
    "id": 348783,
    "uri": "https://api.kexp.org/v2/plays/348783/?format=api",
    "airdate": "2019-07-01T21:40:16-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "http://coverartarchive.org/release/0e34025b-3708-4db4-aea8-723feca804d2/15166331589-250.jpg",
    "thumbnail_uri": "",
    "song": "K.",
    "track_id": "5629ae6d-fdc9-41e9-8264-1337205d12d9",
    "recording_id": null,
    "artist": "Cigarettes After Sex",
    "artist_ids": [
        "34557d8f-ee4a-44ab-ae6e-49bb8ac604d0"
    ],
    "album": "K.",
    "release_id": "0e34025b-3708-4db4-aea8-723feca804d2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}