Information about plays

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

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

{
    "id": 1284508,
    "uri": "https://api.kexp.org/v2/plays/1284508/?format=api",
    "airdate": "2007-09-28T07:00:26-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pHWiTdnPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pHWiTdnPL._SL75_.jpg",
    "song": "Close Call",
    "track_id": "82928053-ea61-440f-9629-0f2bbdfd85f7",
    "recording_id": null,
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "Under the Blacklight",
    "release_id": "734136e3-b30d-45a6-b584-1e0c1b122937",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2007-08-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}