Information about plays

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

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

{
    "id": 1235782,
    "uri": "https://api.kexp.org/v2/plays/1235782/?format=api",
    "airdate": "2007-05-26T10:37:00-07:00",
    "show": 21645,
    "show_uri": "https://api.kexp.org/v2/shows/21645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eBe1weTEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eBe1weTEL._SL75_.jpg",
    "song": "Morning Sun",
    "track_id": "43f7e147-be66-4fdc-a8a7-bc4218ea1f27",
    "recording_id": null,
    "artist": "Al Barry & The Cimarons",
    "artist_ids": [
        "83e3d28a-7545-4524-b5cc-17ba7e8d2ff8"
    ],
    "album": "Trojan British Reggae Box Set (disc 2: Musical Popcorn - the Sound of 1970)",
    "release_id": "9b3f6a58-251a-423a-b867-7fa89baf0535",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2002-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}