Information about plays

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

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

{
    "id": 1274528,
    "uri": "https://api.kexp.org/v2/plays/1274528/?format=api",
    "airdate": "2007-09-02T22:08:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Glimpse",
    "track_id": "cd884eb6-4ce9-4920-85a5-dd80629f9789",
    "recording_id": null,
    "artist": "Rafael Anton Irisarri",
    "artist_ids": [
        "6ab555b6-a223-4c1e-babf-d4e2767a8f3f"
    ],
    "album": "Daydreaming",
    "release_id": "6ea85243-fd4b-4296-96bf-dbde750811e9",
    "release_group_id": null,
    "labels": [
        "Miasmah"
    ],
    "label_ids": [
        "fa279883-1396-4763-86c1-73a88cf51fb1"
    ],
    "release_date": "2007-02-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}