Information about plays

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

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

{
    "id": 1264607,
    "uri": "https://api.kexp.org/v2/plays/1264607/?format=api",
    "airdate": "2007-08-08T20:35:32-07:00",
    "show": 22143,
    "show_uri": "https://api.kexp.org/v2/shows/22143/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513CJA4Z4ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513CJA4Z4ML._SL75_.jpg",
    "song": "James River Blues",
    "track_id": "ead4647f-b901-441d-892c-098f58bdc8f1",
    "recording_id": null,
    "artist": "Old Crow Medicine Show",
    "artist_ids": [
        "0202af38-ac32-48d0-a546-87caaef2dee2"
    ],
    "album": "Big Iron World",
    "release_id": "dd963f84-0c3e-4396-8dd2-cc0c86fd6990",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}