Information about plays

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

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

{
    "id": 1196047,
    "uri": "https://api.kexp.org/v2/plays/1196047/?format=api",
    "airdate": "2007-02-12T16:15:35-08:00",
    "show": 20967,
    "show_uri": "https://api.kexp.org/v2/shows/20967/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31P2FE0CWHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31P2FE0CWHL._SL75_.jpg",
    "song": "Changes",
    "track_id": "1c3bca03-96f2-454c-8c88-6bd51b484f36",
    "recording_id": null,
    "artist": "A.R.E. Weapons",
    "artist_ids": [
        "a276eaec-e626-4d87-b47c-0bc2498ca24b"
    ],
    "album": "A.R.E. Weapons",
    "release_id": "2400505a-abda-4b34-88bf-b25c5aae1082",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}