Information about plays

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

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

{
    "id": 379323,
    "uri": "https://api.kexp.org/v2/plays/379323/?format=api",
    "airdate": "2019-09-10T23:16:57-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Return of the Rat",
    "track_id": "c63edc0a-1e95-3ce3-a385-5307492344dc",
    "recording_id": null,
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Is This Real?",
    "release_id": "4bb52677-345b-4dfd-806d-bac9ce3f1ae5",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-02-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}