Information about plays

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

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

{
    "id": 447778,
    "uri": "https://api.kexp.org/v2/plays/447778/?format=api",
    "airdate": "2001-07-22T23:07:30-07:00",
    "show": 7570,
    "show_uri": "https://api.kexp.org/v2/shows/7570/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X1CBVZK7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X1CBVZK7L._SL75_.jpg",
    "song": "Ah George, We Hardly Knew You",
    "track_id": "15dd7d10-9b13-4744-bca3-af392a07fb3e",
    "recording_id": null,
    "artist": "Arthur Blythe Trio",
    "artist_ids": [
        "db8478d9-4f91-4502-a267-f9a4c96522b9"
    ],
    "album": "Spirits In The Field",
    "release_id": "bbaa39df-0183-41e9-ab86-e8f00cedaff9",
    "release_group_id": null,
    "labels": [
        "Savant"
    ],
    "label_ids": [],
    "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"
}