Information about plays

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

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

{
    "id": 352785,
    "uri": "https://api.kexp.org/v2/plays/352785/?format=api",
    "airdate": "2019-07-11T01:06:58-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can 2002",
    "track_id": null,
    "recording_id": null,
    "artist": "Neba Solo",
    "artist_ids": [],
    "album": "Can 2002",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Secousse"
    ],
    "label_ids": [
        "d756dcc0-4952-4542-95b7-4fdf2b3b2b08"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written and recorded as an anthem for the 2002 African Cup of Nations by balafon virtuoso Neba Solo, the tune's been tearing up dancefloors in West Africa and abroad ever since - https://secousse.bandcamp.com/album/can-2002",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}