Information about plays

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

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

{
    "id": 1291275,
    "uri": "https://api.kexp.org/v2/plays/1291275/?format=api",
    "airdate": "2007-10-15T17:45:52-07:00",
    "show": 22594,
    "show_uri": "https://api.kexp.org/v2/shows/22594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UImasAO1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UImasAO1L._SL75_.jpg",
    "song": "Try Me Out",
    "track_id": "579d9139-cf33-4aa6-a0de-23b7e07db77e",
    "recording_id": null,
    "artist": "KaitO",
    "artist_ids": [
        "29bf76f4-17e1-493c-ba0c-b28879f31b6d"
    ],
    "album": "Band Red",
    "release_id": "dc92d658-8728-43d1-9e97-9f01bc714099",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "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"
}