Information about plays

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

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

{
    "id": 1284521,
    "uri": "https://api.kexp.org/v2/plays/1284521/?format=api",
    "airdate": "2007-09-28T07:55:25-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Zg3jqxF4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Zg3jqxF4L._SL75_.jpg",
    "song": "Welcome to the Terrordome",
    "track_id": null,
    "recording_id": null,
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Fear of a Black Planet",
    "release_id": "7b952493-a2a9-4470-92b0-642fd46d191c",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1990-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}