Information about plays

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

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

{
    "id": 1274593,
    "uri": "https://api.kexp.org/v2/plays/1274593/?format=api",
    "airdate": "2007-09-03T02:00:16-07:00",
    "show": 22312,
    "show_uri": "https://api.kexp.org/v2/shows/22312/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DJgk9Jv8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DJgk9Jv8L._SL75_.jpg",
    "song": "King of the Hobos",
    "track_id": "582b2a52-5153-4dad-9c77-2a3189c2ab06",
    "recording_id": null,
    "artist": "Country Dick Montana",
    "artist_ids": [
        "c14a7006-1aef-4d65-9dda-f5e751155cb2"
    ],
    "album": "The Devil Lied to Me",
    "release_id": "3714acf5-fac7-4f7e-a069-a1347a0e9b48",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}