Information about plays

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

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

{
    "id": 1391473,
    "uri": "https://api.kexp.org/v2/plays/1391473/?format=api",
    "airdate": "2008-06-29T11:00:00-07:00",
    "show": 24286,
    "show_uri": "https://api.kexp.org/v2/shows/24286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Duper Love (Are You Diggin' on Me), Part 2",
    "track_id": "c137ce72-d42f-4924-945a-f12dce3b979a",
    "recording_id": null,
    "artist": "Billy \"Sugar Billy\" Garner",
    "artist_ids": [
        "f209743d-c5d0-4a38-af96-5f97b60f4c6b"
    ],
    "album": "Super Duper Love (Are You Diggin' on Me)",
    "release_id": "c1ffaaf8-2766-464f-83a0-cde3bcf69f56",
    "release_group_id": null,
    "labels": [
        "Fast Track"
    ],
    "label_ids": [
        "7f5dee61-c3a3-4d20-bfb4-0b4d15739e39"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}