Information about plays

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

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

{
    "id": 1233111,
    "uri": "https://api.kexp.org/v2/plays/1233111/?format=api",
    "airdate": "2007-05-19T13:43:03-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21S34BVKD7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21S34BVKD7L._SL75_.jpg",
    "song": "I Just Can't Be Happy Today",
    "track_id": "ea4c4558-7f43-4677-9092-2fbf46e6eb90",
    "recording_id": null,
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Sessions of the Damned",
    "release_id": "6aa84972-0d65-4a92-bf28-f397a5da79d5",
    "release_group_id": null,
    "labels": [
        "Fuel 2000 Records"
    ],
    "label_ids": [
        "8d5f7bb6-74a7-441d-aebb-ed112f5d9f19"
    ],
    "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"
}