Information about plays

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

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

{
    "id": 1177942,
    "uri": "https://api.kexp.org/v2/plays/1177942/?format=api",
    "airdate": "2006-12-28T15:18:29-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uOTwzt-hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uOTwzt-hL._SL75_.jpg",
    "song": "Soul in the Hole",
    "track_id": "3aa768c2-fdaa-416f-b651-8f419af89f9b",
    "recording_id": null,
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "The Cactus Album",
    "release_id": "bfccab3b-0927-408f-bf95-5f8700df626b",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "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"
}