Information about plays

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

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

{
    "id": 1295465,
    "uri": "https://api.kexp.org/v2/plays/1295465/?format=api",
    "airdate": "2007-10-26T12:43:07-07:00",
    "show": 22660,
    "show_uri": "https://api.kexp.org/v2/shows/22660/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21060AR957L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21060AR957L._SL75_.jpg",
    "song": "I Can't Sleep",
    "track_id": null,
    "recording_id": null,
    "artist": "The La's",
    "artist_ids": [
        "ff3e88b3-7354-4f30-967c-1a61ebc8c642"
    ],
    "album": "The La's",
    "release_id": "8ca6875c-82e7-4445-b5bc-0b93a651edff",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}