Information about plays

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

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

{
    "id": 511823,
    "uri": "https://api.kexp.org/v2/plays/511823/?format=api",
    "airdate": "2002-01-28T18:42:00-08:00",
    "show": 8821,
    "show_uri": "https://api.kexp.org/v2/shows/8821/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413Y8RM3VXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413Y8RM3VXL._SL75_.jpg",
    "song": "Demisen",
    "track_id": "e1d77c1f-63fb-4779-82b6-905bdce90d25",
    "recording_id": null,
    "artist": "Nahawa Doumbia",
    "artist_ids": [
        "1d0f0e40-c454-4e3d-92e0-09579fabba1f"
    ],
    "album": "Yaala",
    "release_id": "7670f723-b7db-4c85-a104-1e1c86da649d",
    "release_group_id": null,
    "labels": [
        "Cobalt"
    ],
    "label_ids": [
        "7558d416-9938-4461-ad13-ac2c73f1d944"
    ],
    "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"
}