Information about plays

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

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

{
    "id": 357429,
    "uri": "https://api.kexp.org/v2/plays/357429/?format=api",
    "airdate": "2019-07-21T23:52:00-07:00",
    "show": 5959,
    "show_uri": "https://api.kexp.org/v2/shows/5959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coastal Trapped Disturbance",
    "track_id": "c2cd4f19-faa7-44c9-8fbe-5ad9d6c5de70",
    "recording_id": null,
    "artist": "Rafael Anton Irisarri",
    "artist_ids": [
        "6ab555b6-a223-4c1e-babf-d4e2767a8f3f"
    ],
    "album": "Solastalgia",
    "release_id": "1c9cb647-5686-4466-a4bd-012438777300",
    "release_group_id": null,
    "labels": [
        "ROOM40"
    ],
    "label_ids": [
        "2cdb358d-2f11-4f48-9f6f-1db1d9fe79e2"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}