Information about plays

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

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

{
    "id": 1303288,
    "uri": "https://api.kexp.org/v2/plays/1303288/?format=api",
    "airdate": "2007-11-16T20:32:34-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jTZJV3EYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jTZJV3EYL._SL75_.jpg",
    "song": "Drive My Car",
    "track_id": "1cd4217a-6b97-4ce6-9540-1e6ff2363708",
    "recording_id": null,
    "artist": "Boppin' B",
    "artist_ids": [
        "81e214f3-5f2c-4c29-b4c0-3162ccad8243"
    ],
    "album": "Bop Around the Pop",
    "release_id": "1b8d189e-6555-4f0b-b152-eb5a45dbbed5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}