Information about plays

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

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

{
    "id": 534555,
    "uri": "https://api.kexp.org/v2/plays/534555/?format=api",
    "airdate": "2002-04-04T10:55:25-08:00",
    "show": 9260,
    "show_uri": "https://api.kexp.org/v2/shows/9260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21H4K9RYZQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21H4K9RYZQL._SL75_.jpg",
    "song": "It's on You",
    "track_id": "c4ffa094-e889-4281-8739-7e299bdab61d",
    "recording_id": null,
    "artist": "Pete Rock & C.L. Smooth",
    "artist_ids": [
        "cff77480-7ba4-4206-b1a8-e1b98b38f07c"
    ],
    "album": "The Main Ingredient",
    "release_id": "cd351957-3aaf-48ba-ad53-a6baee00ef64",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1994-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}