Information about plays

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

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

{
    "id": 351406,
    "uri": "https://api.kexp.org/v2/plays/351406/?format=api",
    "airdate": "2019-07-07T18:16:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tramp",
    "track_id": "93a0c164-6481-432a-9b98-46574744e5b4",
    "recording_id": null,
    "artist": "Lowell Fulson",
    "artist_ids": [
        "df9483e8-e037-450e-bcc4-6e9c280a4f73"
    ],
    "album": "Tramp",
    "release_id": "01e78bf0-679a-4bca-a77d-ecdf99ca2d4b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}