Information about plays

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

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

{
    "id": 450154,
    "uri": "https://api.kexp.org/v2/plays/450154/?format=api",
    "airdate": "2001-07-30T00:12:51-07:00",
    "show": 7614,
    "show_uri": "https://api.kexp.org/v2/shows/7614/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things'll Never Be the Same",
    "track_id": "04d98211-648c-4429-be87-792bd77df8c6",
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Performance",
    "release_id": "a9844817-3582-4ca0-8434-b6a38b0cace4",
    "release_group_id": null,
    "labels": [
        "Glass"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}