Information about plays

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

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

{
    "id": 452275,
    "uri": "https://api.kexp.org/v2/plays/452275/?format=api",
    "airdate": "2001-08-04T21:23:04-07:00",
    "show": 7651,
    "show_uri": "https://api.kexp.org/v2/shows/7651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lifted Soul (Organic Soul dub)",
    "track_id": "c986c347-4cd2-44b9-a4c6-717a77ae6f35",
    "recording_id": null,
    "artist": "COMMUNITY RECORDINGS",
    "artist_ids": [],
    "album": "Lifted Soul",
    "release_id": "57506b9e-bafb-42db-b9f1-c7dddecc4a17",
    "release_group_id": null,
    "labels": [
        "Grayhound Recordings"
    ],
    "label_ids": [
        "d4283fca-9730-4dac-9d78-73e96e257e52"
    ],
    "release_date": "2001-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}