Information about plays

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

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

{
    "id": 417726,
    "uri": "https://api.kexp.org/v2/plays/417726/?format=api",
    "airdate": "2001-04-24T10:48:00-07:00",
    "show": 6977,
    "show_uri": "https://api.kexp.org/v2/shows/6977/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S6ZMXGnRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S6ZMXGnRL._SL75_.jpg",
    "song": "Enter the Lists",
    "track_id": "36f80bb5-3efe-4809-9640-4705c4adaf11",
    "recording_id": null,
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "Me",
    "release_id": "3e702874-f4ab-4345-a88c-294e8b6ce318",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1998-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}