Information about plays

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

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

{
    "id": 1313547,
    "uri": "https://api.kexp.org/v2/plays/1313547/?format=api",
    "airdate": "2007-12-13T02:16:55-08:00",
    "show": 22973,
    "show_uri": "https://api.kexp.org/v2/shows/22973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eh6YtF1QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eh6YtF1QL._SL75_.jpg",
    "song": "Tramp",
    "track_id": "404d9594-24cd-4b67-817d-7a36f869638c",
    "recording_id": null,
    "artist": "Blueprint",
    "artist_ids": [
        "8b70ea26-5c2a-4101-bca6-6b74752a64bb"
    ],
    "album": "1988",
    "release_id": "12437c59-0182-4f3e-88b0-73de206d5ba3",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}