Information about plays

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

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

{
    "id": 497517,
    "uri": "https://api.kexp.org/v2/plays/497517/?format=api",
    "airdate": "2001-12-17T00:31:00-08:00",
    "show": 8539,
    "show_uri": "https://api.kexp.org/v2/shows/8539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "East of Asteroid",
    "track_id": "de623339-7bb3-4a73-9ecd-82e11e2d5aaf",
    "recording_id": null,
    "artist": "801",
    "artist_ids": [
        "c65492b4-28af-4d63-b9f5-1db325fd5976"
    ],
    "album": "801 Live",
    "release_id": "c0d8e1d1-7e8b-4735-8edb-d86e2e876709",
    "release_group_id": null,
    "labels": [
        "E'G"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}