Information about plays

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

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

{
    "id": 511215,
    "uri": "https://api.kexp.org/v2/plays/511215/?format=api",
    "airdate": "2002-01-26T21:00:00-08:00",
    "show": 8808,
    "show_uri": "https://api.kexp.org/v2/shows/8808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul",
    "track_id": "3f0db011-86d6-45c7-897f-74e28f3de775",
    "recording_id": null,
    "artist": "Cause 4 Concern",
    "artist_ids": [
        "f961cc71-0ac3-44e4-9821-0ab0b69988bb"
    ],
    "album": "Soul / Eurotrash",
    "release_id": "f495ff0f-0941-43da-ae18-518231ac7a6c",
    "release_group_id": null,
    "labels": [
        "Cause 4 Concern"
    ],
    "label_ids": [
        "05b9aced-a172-4f03-85e0-338f2ccd30cc"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}