Information about plays

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

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

{
    "id": 1274557,
    "uri": "https://api.kexp.org/v2/plays/1274557/?format=api",
    "airdate": "2007-09-02T23:36: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/413zIQLxVNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413zIQLxVNL._SL75_.jpg",
    "song": "Pickpockets",
    "track_id": "8bd16166-cd8a-4f8c-84d3-06293569f625",
    "recording_id": null,
    "artist": "Justus Köhncke",
    "artist_ids": [
        "2f4ddc44-7178-4ca0-97e2-903b20329140"
    ],
    "album": "Total 8 (disc 2)",
    "release_id": "87a2ff7c-a10e-494c-b597-0bc403d5f1e4",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2007-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}