Information about plays

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

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

{
    "id": 1307925,
    "uri": "https://api.kexp.org/v2/plays/1307925/?format=api",
    "airdate": "2007-11-28T19:53:00-08:00",
    "show": 22878,
    "show_uri": "https://api.kexp.org/v2/shows/22878/?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": "Old Blue",
    "track_id": "9c4e4810-ba1e-436a-b56e-a95b74881247",
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "The Byrds (disc 3: Full Throttle)",
    "release_id": "2feee1f7-d451-4559-9940-90ea4b5bacc9",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}