Information about plays

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

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

{
    "id": 1204954,
    "uri": "https://api.kexp.org/v2/plays/1204954/?format=api",
    "airdate": "2007-03-08T19:03:38-08:00",
    "show": 21125,
    "show_uri": "https://api.kexp.org/v2/shows/21125/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WLbp1gmEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WLbp1gmEL._SL75_.jpg",
    "song": "Hill Country Hot Rod Man",
    "track_id": "a65ed246-5639-42af-9830-99f844329796",
    "recording_id": null,
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "Down Home Chrome",
    "release_id": "6d7f16db-476b-4de6-ad3b-13ac8d2f8b03",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2004-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}