Information about plays

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

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

{
    "id": 1293377,
    "uri": "https://api.kexp.org/v2/plays/1293377/?format=api",
    "airdate": "2007-10-21T02:12:27-07:00",
    "show": 22629,
    "show_uri": "https://api.kexp.org/v2/shows/22629/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wTYn8F4EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wTYn8F4EL._SL75_.jpg",
    "song": "Onr For the Road",
    "track_id": null,
    "recording_id": null,
    "artist": "CeeLo Green",
    "artist_ids": [
        "2c69465c-0f76-45ce-90a2-1ed0fdacc997"
    ],
    "album": "Cee-Lo Green and His Perfect Imperfections",
    "release_id": "334bb1e7-d452-4b00-915d-f0b969fe2c61",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2002-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}