Information about plays

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

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

{
    "id": 1345003,
    "uri": "https://api.kexp.org/v2/plays/1345003/?format=api",
    "airdate": "2008-03-02T20:18:00-08:00",
    "show": 23506,
    "show_uri": "https://api.kexp.org/v2/shows/23506/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hBmnBEs1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hBmnBEs1L._SL75_.jpg",
    "song": "That White",
    "track_id": "39d56ebb-dcd7-417e-87f5-4977957d21bb",
    "recording_id": null,
    "artist": "Fat Joe",
    "artist_ids": [
        "a6a4c910-2b22-4a6f-aebe-805b176c47b8"
    ],
    "album": "The Elephant in the Room",
    "release_id": "d078ff23-4560-4b93-94c0-7a14c0a6930e",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2008-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}