Information about plays

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

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

{
    "id": 1274692,
    "uri": "https://api.kexp.org/v2/plays/1274692/?format=api",
    "airdate": "2007-09-03T07:57:50-07:00",
    "show": 22313,
    "show_uri": "https://api.kexp.org/v2/shows/22313/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gi7v5iP8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gi7v5iP8L._SL75_.jpg",
    "song": "Young Lions",
    "track_id": null,
    "recording_id": null,
    "artist": "Constantines",
    "artist_ids": [
        "e94357c5-815c-424d-80d4-968ec02d6d05"
    ],
    "album": "Shine a Light",
    "release_id": "1544b485-1136-4101-98bb-4459e0392ed7",
    "release_group_id": null,
    "labels": [
        "Three Gut"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}