Information about plays

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

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

{
    "id": 507181,
    "uri": "https://api.kexp.org/v2/plays/507181/?format=api",
    "airdate": "2002-01-15T03:37:00-08:00",
    "show": 8729,
    "show_uri": "https://api.kexp.org/v2/shows/8729/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the Nightmare of Atomic Men",
    "track_id": null,
    "recording_id": null,
    "artist": "Enon",
    "artist_ids": [
        "ce49b1f2-a903-46fc-8b84-b5699f019a06"
    ],
    "album": "the Nightmare of Atomic Men/Pollen Lane 7\" single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}