Information about plays

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

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

{
    "id": 1283888,
    "uri": "https://api.kexp.org/v2/plays/1283888/?format=api",
    "airdate": "2007-09-26T19:39:00-07:00",
    "show": 22466,
    "show_uri": "https://api.kexp.org/v2/shows/22466/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T5SYE0M4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T5SYE0M4L._SL75_.jpg",
    "song": "Roll on, Columbia",
    "track_id": "d2bbb5eb-c887-4584-8380-fd7db4f17988",
    "recording_id": null,
    "artist": "Country Joe McDonald",
    "artist_ids": [
        "eff6bb53-849d-44d3-b5cd-8d6e07891796"
    ],
    "album": "Thinking of Woody Guthrie",
    "release_id": "049d6099-77a9-4221-8447-18017b0b2043",
    "release_group_id": null,
    "labels": [
        "Vanguard Records"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}