Information about plays

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

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

{
    "id": 452484,
    "uri": "https://api.kexp.org/v2/plays/452484/?format=api",
    "airdate": "2001-08-05T16:32:00-07:00",
    "show": 7655,
    "show_uri": "https://api.kexp.org/v2/shows/7655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DBHJG7P0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DBHJG7P0L._SL75_.jpg",
    "song": "Barnaby, Hardly Working",
    "track_id": "27947ce5-2066-4cfb-8589-b1f134ab0157",
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "President Yo La Tengo",
    "release_id": "a1ceca6a-e2b2-4f66-8971-8caf0cf8abfb",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}