Information about plays

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

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

{
    "id": 1277390,
    "uri": "https://api.kexp.org/v2/plays/1277390/?format=api",
    "airdate": "2007-09-10T04:04:00-07:00",
    "show": 22358,
    "show_uri": "https://api.kexp.org/v2/shows/22358/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31T4YJT0GEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31T4YJT0GEL._SL75_.jpg",
    "song": "Charlie Mack - The First Out The Limo",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Jazzy Jeff & The Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "He's the DJ, I'm the Rapper",
    "release_id": "f0603968-2da2-424b-9e31-0ed50514ebbd",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}