Information about plays

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

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

{
    "id": 424105,
    "uri": "https://api.kexp.org/v2/plays/424105/?format=api",
    "airdate": "2001-05-13T19:30:00-07:00",
    "show": 7112,
    "show_uri": "https://api.kexp.org/v2/shows/7112/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414ANQVE70L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414ANQVE70L._SL75_.jpg",
    "song": "Thugged Out Niggaz",
    "track_id": "3e0ed6ec-b4cc-4a30-9241-a4c7cd4af3af",
    "recording_id": null,
    "artist": "Noreaga, Final Chapter, Iman Thug, Capone, Scarlett, Maze & Musaliny",
    "artist_ids": [
        "2480ccb6-930d-44ff-a525-3991bc52347e"
    ],
    "album": "Violator: The Album",
    "release_id": "5306ff65-b7c1-44ed-8fb7-7d6e939de7c8",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}