Information about plays

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

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

{
    "id": 1267274,
    "uri": "https://api.kexp.org/v2/plays/1267274/?format=api",
    "airdate": "2007-08-15T12:28:49-07:00",
    "show": 22187,
    "show_uri": "https://api.kexp.org/v2/shows/22187/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FQuBDOguL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FQuBDOguL._SL75_.jpg",
    "song": "Too Many Balls",
    "track_id": "c6b08cd4-239c-4343-8deb-a9bf8b5c380d",
    "recording_id": null,
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Live From Camp X-Ray",
    "release_id": "db8ee7df-720a-4121-8499-0a37e9659b62",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "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"
}