Information about plays

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

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

{
    "id": 1273165,
    "uri": "https://api.kexp.org/v2/plays/1273165/?format=api",
    "airdate": "2007-08-30T10:02:37-07:00",
    "show": 22286,
    "show_uri": "https://api.kexp.org/v2/shows/22286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under the Rocks and Stars",
    "track_id": "66cc517b-411d-442c-8c3c-8993303f29f3",
    "recording_id": null,
    "artist": "The Young Sportsmen",
    "artist_ids": [
        "fa81f873-82e9-4ca8-9045-bbddec6d49c8"
    ],
    "album": "Death to Palaces",
    "release_id": "cde3d729-0b8d-4626-9eda-b7c087fb1798",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}