Information about plays

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

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

{
    "id": 1286945,
    "uri": "https://api.kexp.org/v2/plays/1286945/?format=api",
    "airdate": "2007-10-04T15:21:46-07:00",
    "show": 22518,
    "show_uri": "https://api.kexp.org/v2/shows/22518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KQl-pKkgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KQl-pKkgL._SL75_.jpg",
    "song": "Catch My Disease (That's The Way I Like It)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ben Lee",
    "artist_ids": [
        "3a9f3479-4f0c-4355-8ccd-c9ed5cd01586"
    ],
    "album": "Awake Is the New Sleep",
    "release_id": "c14d4ecf-d77b-4e10-8371-22b4261020ad",
    "release_group_id": null,
    "labels": [
        "New West"
    ],
    "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"
}