Information about plays

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

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

{
    "id": 414454,
    "uri": "https://api.kexp.org/v2/plays/414454/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416G726X6DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416G726X6DL._SL75_.jpg",
    "song": "Ready to Roll (R & C instrumental)",
    "track_id": "3fcb4670-164b-481e-b4d8-9948f67eb656",
    "recording_id": null,
    "artist": "Rae & Christian",
    "artist_ids": [
        "3f41479a-8486-4c70-a338-be75e10b6efc"
    ],
    "album": "Sleepwalking",
    "release_id": "58872c8b-a607-4bab-a7fd-735785af4159",
    "release_group_id": null,
    "labels": [
        "Grand Central/!K7"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}