Information about plays

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

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

{
    "id": 1315368,
    "uri": "https://api.kexp.org/v2/plays/1315368/?format=api",
    "airdate": "2007-12-17T19:30:57-08:00",
    "show": 23004,
    "show_uri": "https://api.kexp.org/v2/shows/23004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5102v5nLCuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5102v5nLCuL._SL75_.jpg",
    "song": "Tombo",
    "track_id": "edd02e59-8a74-49b2-92b1-8039c58058f3",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Keep on Moving: The Best of Angélique Kidjo",
    "release_id": "70e34551-b3e1-4f47-8eb2-776612d5d44d",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}