Information about plays

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

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

{
    "id": 1233106,
    "uri": "https://api.kexp.org/v2/plays/1233106/?format=api",
    "airdate": "2007-05-19T13:21:31-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41rgZGUwEzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41rgZGUwEzL._SL75_.jpg",
    "song": "Left Behind",
    "track_id": "1dd15a2f-65ef-4511-b548-4bb44193994d",
    "recording_id": null,
    "artist": "Aqualung",
    "artist_ids": [
        "1b3e92d4-1c68-412d-a92d-1172f24f7de3"
    ],
    "album": "Still Life",
    "release_id": "d029e4c0-f9d5-44d2-b1bf-58304ac4a9bd",
    "release_group_id": null,
    "labels": [
        "Unique"
    ],
    "label_ids": [
        "2fa1ea77-e579-465f-8de6-5eaf76dda98f"
    ],
    "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"
}