Information about plays

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

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

{
    "id": 531072,
    "uri": "https://api.kexp.org/v2/plays/531072/?format=api",
    "airdate": "2002-03-25T19:01:20-08:00",
    "show": 9196,
    "show_uri": "https://api.kexp.org/v2/shows/9196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fov9su6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fov9su6GL._SL75_.jpg",
    "song": "Gijim 'beke",
    "track_id": "6a0926b7-5ec1-4f3c-8cff-71ca91517632",
    "recording_id": null,
    "artist": "Johnny Clegg and Savuka",
    "artist_ids": [
        "08e3c40b-dbec-49aa-96ff-e1ab37ae6aca"
    ],
    "album": "Putumayo Presents: South African Legends",
    "release_id": "1a5e50be-7c08-4b33-9c9a-9cd1731f88c3",
    "release_group_id": null,
    "labels": [
        "Putamayo"
    ],
    "label_ids": [],
    "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"
}