Information about plays

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

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

{
    "id": 470254,
    "uri": "https://api.kexp.org/v2/plays/470254/?format=api",
    "airdate": "2001-09-26T18:14:17-07:00",
    "show": 8005,
    "show_uri": "https://api.kexp.org/v2/shows/8005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tzT0NaIDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tzT0NaIDL._SL75_.jpg",
    "song": "Killing Floor",
    "track_id": "e7528806-5c69-4c39-9235-7dc98c1ab69a",
    "recording_id": null,
    "artist": "Howlin' Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "Chess Blues Guitar (disc 2)",
    "release_id": "bb4ab0da-1432-4e2a-bbec-343578bda4fa",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "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"
}