Information about plays

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

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

{
    "id": 1257772,
    "uri": "https://api.kexp.org/v2/plays/1257772/?format=api",
    "airdate": "2007-07-22T16:07:47-07:00",
    "show": 22027,
    "show_uri": "https://api.kexp.org/v2/shows/22027/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CM1VGAS0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CM1VGAS0L._SL75_.jpg",
    "song": "The Hatist",
    "track_id": "5047d1bf-c90a-40ca-89aa-830b4fb06762",
    "recording_id": null,
    "artist": "The American Analog Set",
    "artist_ids": [
        "7f5dde96-1573-4491-9673-f03fe7c5caaa"
    ],
    "album": "Promise of Love",
    "release_id": "d2073041-898d-46de-b7be-891099a681ab",
    "release_group_id": null,
    "labels": [
        "Tiger Style Records"
    ],
    "label_ids": [
        "afe8e1b0-0066-4637-af02-43b521f0fffd"
    ],
    "release_date": "2003-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}