Information about plays

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

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

{
    "id": 421245,
    "uri": "https://api.kexp.org/v2/plays/421245/?format=api",
    "airdate": "2001-05-04T18:40:00-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41uEyLeg1AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41uEyLeg1AL._SL75_.jpg",
    "song": "Nine Times out of 10",
    "track_id": null,
    "recording_id": null,
    "artist": "Cliff Richard",
    "artist_ids": [
        "b5c2fdfc-d037-45b8-84f9-09ebb7ff8aa1"
    ],
    "album": "Rock on With Cliff Richard",
    "release_id": "b8136c37-a3ad-4849-9355-0bbe32c9caef",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "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"
}