Information about plays

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

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

{
    "id": 456637,
    "uri": "https://api.kexp.org/v2/plays/456637/?format=api",
    "airdate": "2001-08-17T11:20:00-07:00",
    "show": 7731,
    "show_uri": "https://api.kexp.org/v2/shows/7731/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31JASYANKGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31JASYANKGL._SL75_.jpg",
    "song": "How I Came to Know",
    "track_id": "0a6d91a7-d4a8-4d12-b070-262ad78628b8",
    "recording_id": null,
    "artist": "Lois Maffeo & Brendan Canty",
    "artist_ids": [
        "daf80abc-7d06-4ede-9a38-6231512641df"
    ],
    "album": "The Union Themes",
    "release_id": "3f2d83b2-48ab-400b-8e16-d9ad75db28eb",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2000-03-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}