Information about plays

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

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

{
    "id": 1274504,
    "uri": "https://api.kexp.org/v2/plays/1274504/?format=api",
    "airdate": "2007-09-02T21:15:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41OMvPTM5TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41OMvPTM5TL._SL75_.jpg",
    "song": "A Cereus Night",
    "track_id": "ed8f4345-98eb-42d3-955d-36da21fd6ab3",
    "recording_id": null,
    "artist": "Mira Calix",
    "artist_ids": [
        "054171e2-d157-48ce-9e04-d6b1f075ed5b"
    ],
    "album": "Eyes Set Against the Sun",
    "release_id": "1719cf4d-abd5-4599-93e5-93d0d82a27f9",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}