Information about plays

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

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

{
    "id": 1286944,
    "uri": "https://api.kexp.org/v2/plays/1286944/?format=api",
    "airdate": "2007-10-04T15:18:14-07:00",
    "show": 22518,
    "show_uri": "https://api.kexp.org/v2/shows/22518/?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": "Silver Lining",
    "track_id": "75d6370b-c8ff-4e56-ad03-e3b78791e7cb",
    "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"
}