Information about plays

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

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

{
    "id": 375816,
    "uri": "https://api.kexp.org/v2/plays/375816/?format=api",
    "airdate": "2019-09-03T01:58:48-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buffalo Stance",
    "track_id": "1f03bfb0-ebda-3ddb-9e6d-6319c7443777",
    "recording_id": null,
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Raw Like Sushi",
    "release_id": "8c16f543-94f0-34b6-a8f2-b1d6ab7db0e2",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}