Information about plays

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

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

{
    "id": 518448,
    "uri": "https://api.kexp.org/v2/plays/518448/?format=api",
    "airdate": "2002-02-16T10:31:00-08:00",
    "show": 8943,
    "show_uri": "https://api.kexp.org/v2/shows/8943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YKHAFG24L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YKHAFG24L._SL75_.jpg",
    "song": "Boom Boom (feat. Rihanna)",
    "track_id": "1c511757-9ddf-4511-b1a8-b02bea3ae12c",
    "recording_id": null,
    "artist": "Baby Cham",
    "artist_ids": [
        "e10d02b4-8a7c-4d51-861a-a95c52466ed8"
    ],
    "album": "Ghetto Story",
    "release_id": "bb0577a8-6ff6-4015-8638-bdcca2726a5f",
    "release_group_id": null,
    "labels": [
        "XTra Large"
    ],
    "label_ids": [],
    "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"
}