Information about plays

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

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

{
    "id": 452433,
    "uri": "https://api.kexp.org/v2/plays/452433/?format=api",
    "airdate": "2001-08-05T13:35:17-07:00",
    "show": 7654,
    "show_uri": "https://api.kexp.org/v2/shows/7654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TF4TRQY0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TF4TRQY0L._SL75_.jpg",
    "song": "Caroline",
    "track_id": null,
    "recording_id": null,
    "artist": "M. Ward",
    "artist_ids": [
        "655b3e5b-09e4-45dd-941c-6fa3fc12521b"
    ],
    "album": "End of Amnesia",
    "release_id": "0196a9ed-4901-48d9-91bf-5e1b7473e7cd",
    "release_group_id": null,
    "labels": [
        "Future Farmer"
    ],
    "label_ids": [
        "5f7c5864-075e-4ebb-98e2-99e728ee584c"
    ],
    "release_date": "2001-07-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}