Information about plays

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

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

{
    "id": 1256393,
    "uri": "https://api.kexp.org/v2/plays/1256393/?format=api",
    "airdate": "2007-07-19T03:09:43-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51af3GIsTXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51af3GIsTXL._SL75_.jpg",
    "song": "Rollin' (feat. Sadat X, Ju Ju, AG)",
    "track_id": null,
    "recording_id": null,
    "artist": "Marco Polo",
    "artist_ids": [
        "6de430ed-ccfe-49b4-be6e-5a5d300bf231"
    ],
    "album": "Port Authority",
    "release_id": "ac9c5793-1552-4acf-82b7-dae82552b67a",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}