Information about plays

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

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

{
    "id": 418893,
    "uri": "https://api.kexp.org/v2/plays/418893/?format=api",
    "airdate": "2001-04-27T18:13:02-07:00",
    "show": 6999,
    "show_uri": "https://api.kexp.org/v2/shows/6999/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sy2AWL2cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sy2AWL2cL._SL75_.jpg",
    "song": "Rock House",
    "track_id": "1bedbf3f-3751-422e-a2c1-dec24cd4d900",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "For the Lonely: 18 Greatest Hits",
    "release_id": "c3b35329-b16d-475c-bad6-cbf660606a14",
    "release_group_id": null,
    "labels": [
        "Midnight Sun"
    ],
    "label_ids": [],
    "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"
}