Information about plays

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

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

{
    "id": 1284267,
    "uri": "https://api.kexp.org/v2/plays/1284267/?format=api",
    "airdate": "2007-09-27T18:29:25-07:00",
    "show": 22472,
    "show_uri": "https://api.kexp.org/v2/shows/22472/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nSRSLrugL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nSRSLrugL._SL75_.jpg",
    "song": "She Left Me Standing on the Mountain",
    "track_id": "98be72c8-5da8-450f-ba62-350063ffa7ed",
    "recording_id": null,
    "artist": "Jim and Jesse",
    "artist_ids": [
        "09410112-c24e-405d-a0d3-cbe5b737f3cb"
    ],
    "album": "Y'all Come: The Essential Jim & Jesse",
    "release_id": "32b4f1df-9504-4a47-82ae-7e2f6a9937ed",
    "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"
}