Information about plays

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

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

{
    "id": 418701,
    "uri": "https://api.kexp.org/v2/plays/418701/?format=api",
    "airdate": "2001-04-27T06:00:00-07:00",
    "show": 6996,
    "show_uri": "https://api.kexp.org/v2/shows/6996/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ZC5AYZYRL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ZC5AYZYRL._SL75_.gif",
    "song": "Bruxelles",
    "track_id": "c9f31b0e-d287-41fd-b8da-3669cc503e49",
    "recording_id": null,
    "artist": "Prolapse",
    "artist_ids": [
        "4b8cb083-b59a-43d6-a4e8-6bf089430b17"
    ],
    "album": "The Italian Flag",
    "release_id": "55462a8f-83c2-48da-aac1-9d0dd90dbff2",
    "release_group_id": null,
    "labels": [
        "Jetset"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}