Information about plays

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

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

{
    "id": 520590,
    "uri": "https://api.kexp.org/v2/plays/520590/?format=api",
    "airdate": "2002-02-22T18:08:00-08:00",
    "show": 8984,
    "show_uri": "https://api.kexp.org/v2/shows/8984/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "House of Blue Lights",
    "track_id": "b02b3f1a-6976-4162-bd72-9da27fa2ae12",
    "recording_id": null,
    "artist": "Freddie Slack Orchestra with Ella Mae Morse",
    "artist_ids": [
        "72a68af6-dfea-4ca7-ac8d-0f18a1f3cdf6"
    ],
    "album": "Rock the Joint (disc 1)",
    "release_id": "98e0ac6d-7b6d-485b-a809-32a48de07f7a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}