Information about plays

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

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

{
    "id": 1380005,
    "uri": "https://api.kexp.org/v2/plays/1380005/?format=api",
    "airdate": "2008-05-29T13:40:36-07:00",
    "show": 24082,
    "show_uri": "https://api.kexp.org/v2/shows/24082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FEHGKG5ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FEHGKG5ML._SL75_.jpg",
    "song": "Chestnut Mare",
    "track_id": "2948ac11-499e-4aa3-ac9a-5097c7a1c620",
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "The Byrds (disc 4: Final Approach)",
    "release_id": "a488f74d-1e5c-4c8b-9d1d-7906868e4c7f",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "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"
}