Information about plays

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

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

{
    "id": 1233446,
    "uri": "https://api.kexp.org/v2/plays/1233446/?format=api",
    "airdate": "2007-05-20T11:48:00-07:00",
    "show": 21607,
    "show_uri": "https://api.kexp.org/v2/shows/21607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RQJ9IV4PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RQJ9IV4PL._SL75_.jpg",
    "song": "It's a Man's World",
    "track_id": "78638d85-69cf-417e-a119-9c17e0c0f68a",
    "recording_id": null,
    "artist": "Lou Pride",
    "artist_ids": [
        "d2ebc5b4-d31d-458c-9070-d29631e1f1c8"
    ],
    "album": "Funk Spectrum",
    "release_id": "e474e1a8-3b27-4a86-8575-35b75c1accba",
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}