Information about plays

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

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

{
    "id": 1364305,
    "uri": "https://api.kexp.org/v2/plays/1364305/?format=api",
    "airdate": "2008-04-19T23:34:00-07:00",
    "show": 23820,
    "show_uri": "https://api.kexp.org/v2/shows/23820/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418XMvI7PZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418XMvI7PZL._SL75_.jpg",
    "song": "Gravity Wins",
    "track_id": "b2321853-a075-4f9e-9f75-6a9fd3d41c6a",
    "recording_id": null,
    "artist": "Paint It Black",
    "artist_ids": [
        "90910a44-7579-4730-9499-0546159fe4e3"
    ],
    "album": "New Lexicon",
    "release_id": "c5c4433a-3121-4b60-807e-2522453fce39",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}