Information about plays

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

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

{
    "id": 532122,
    "uri": "https://api.kexp.org/v2/plays/532122/?format=api",
    "airdate": "2002-03-28T09:33:25-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m8B4BaV9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m8B4BaV9L._SL75_.jpg",
    "song": "Coffee & TV",
    "track_id": null,
    "recording_id": null,
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "13",
    "release_id": "fb23d746-f4c6-4403-a891-815a767ae53f",
    "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"
}