Information about plays

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

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

{
    "id": 531755,
    "uri": "https://api.kexp.org/v2/plays/531755/?format=api",
    "airdate": "2002-03-27T13:15:02-08:00",
    "show": 9206,
    "show_uri": "https://api.kexp.org/v2/shows/9206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Thunder (w/sax)",
    "track_id": "1eda33f3-158a-46f5-81ab-4bba1006581a",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "Selected Galaxie 500",
    "release_id": "5509a017-90e5-445f-8b04-a34c37101992",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}