Information about plays

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

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

{
    "id": 1364635,
    "uri": "https://api.kexp.org/v2/plays/1364635/?format=api",
    "airdate": "2008-04-20T22:59:00-07:00",
    "show": 23828,
    "show_uri": "https://api.kexp.org/v2/shows/23828/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sH4Be-8GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sH4Be-8GL._SL75_.jpg",
    "song": "Happy House (Lee Douglas remix)",
    "track_id": "8483257c-04c0-40ff-bdae-2f1a16f2cd7e",
    "recording_id": null,
    "artist": "The Juan MacLean",
    "artist_ids": [
        "f8f1220b-1661-42c3-beea-d59e8e00b993"
    ],
    "album": "Happy House",
    "release_id": "0b211f31-e83c-4dd8-a267-081662417066",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2008-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}