Information about plays

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

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

{
    "id": 357055,
    "uri": "https://api.kexp.org/v2/plays/357055/?format=api",
    "airdate": "2019-07-20T23:39:00-07:00",
    "show": 5950,
    "show_uri": "https://api.kexp.org/v2/shows/5950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Want",
    "track_id": "d7fd1fc0-d7d4-4f57-939c-b22010fb0caf",
    "recording_id": null,
    "artist": "Jawbreaker",
    "artist_ids": [
        "ec88cdc3-0517-4951-b5ef-7323e7316db0"
    ],
    "album": "Unfun",
    "release_id": "2fa3737c-2b49-46b0-b4ab-83b49c57677f",
    "release_group_id": null,
    "labels": [
        "Shredder Records"
    ],
    "label_ids": [
        "0de42b5e-2e3d-4cf3-ab3e-8c485d6ab91f"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}