Information about plays

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

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

{
    "id": 1354984,
    "uri": "https://api.kexp.org/v2/plays/1354984/?format=api",
    "airdate": "2008-03-27T16:31:27-07:00",
    "show": 23665,
    "show_uri": "https://api.kexp.org/v2/shows/23665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zuAnKbPoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zuAnKbPoL._SL75_.jpg",
    "song": "Hide and Seek",
    "track_id": null,
    "recording_id": null,
    "artist": "The Okmoniks",
    "artist_ids": [
        "b1b363a7-4af4-46b4-8810-fddef3a43c5d"
    ],
    "album": "Party Fever!!!",
    "release_id": "8b4edf9f-1ab7-4fe1-9cdf-a2181ea7d4fe",
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}