Information about plays

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

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

{
    "id": 1397047,
    "uri": "https://api.kexp.org/v2/plays/1397047/?format=api",
    "airdate": "2008-07-13T09:15:00-07:00",
    "show": 24378,
    "show_uri": "https://api.kexp.org/v2/shows/24378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b21-UedYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b21-UedYL._SL75_.jpg",
    "song": "Tollin' Bells",
    "track_id": "3cb75b04-e89a-44fe-ab12-e1457b7b1878",
    "recording_id": null,
    "artist": "Lowell Fulson",
    "artist_ids": [
        "df9483e8-e037-450e-bcc4-6e9c280a4f73"
    ],
    "album": "The Chess Box (disc 1)",
    "release_id": "5763fe9e-95bf-4b66-9f06-db6e543219d4",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1988-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}