Information about plays

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

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

{
    "id": 380541,
    "uri": "https://api.kexp.org/v2/plays/380541/?format=api",
    "airdate": "2019-09-13T21:11:00-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "100",
    "track_id": "05b01a0a-839c-4f89-9833-409f6898771a",
    "recording_id": null,
    "artist": "The Game",
    "artist_ids": [],
    "album": "The Documentary 2",
    "release_id": "c5d712e9-3368-4828-8af1-ae725d9a3d20",
    "release_group_id": null,
    "labels": [
        "Ca$h Machine Records"
    ],
    "label_ids": [
        "0c1fefc5-9c4c-4fd8-acf4-2506e63f69d4"
    ],
    "release_date": "2015-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}