Information about plays

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

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

{
    "id": 1257687,
    "uri": "https://api.kexp.org/v2/plays/1257687/?format=api",
    "airdate": "2007-07-22T10:15:00-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YDdjJOKhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YDdjJOKhL._SL75_.jpg",
    "song": "Juke",
    "track_id": "dc7a926a-d7e8-4176-9fe7-816c41fa0a9b",
    "recording_id": null,
    "artist": "Little Walter",
    "artist_ids": [
        "5545a012-0977-46ff-9d69-39bf5952616f"
    ],
    "album": "Boss Blues Harmonica",
    "release_id": "4dfacdfb-7d7b-487d-97b7-adefc59ba46a",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "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"
}