Information about plays

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

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

{
    "id": 490317,
    "uri": "https://api.kexp.org/v2/plays/490317/?format=api",
    "airdate": "2001-11-25T20:00:00-08:00",
    "show": 8399,
    "show_uri": "https://api.kexp.org/v2/shows/8399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shining (The Moerth Morph)",
    "track_id": "6d6444c6-9530-465b-bc9e-b84c644c90b6",
    "recording_id": null,
    "artist": "Peace Orchestra",
    "artist_ids": [
        "334cd452-8833-4da4-8f14-90136cb0492f"
    ],
    "album": "Shining Repolished Versions (disc 2)",
    "release_id": "b9b0801e-7b0a-479e-a0cf-52cb54a20744",
    "release_group_id": null,
    "labels": [
        "G-Stone Recordings"
    ],
    "label_ids": [
        "b534d6a0-c32a-476a-97b6-77bd3e67fa3e"
    ],
    "release_date": "2000-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}