Information about plays

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

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

{
    "id": 470344,
    "uri": "https://api.kexp.org/v2/plays/470344/?format=api",
    "airdate": "2001-09-27T01:04:17-07:00",
    "show": 8007,
    "show_uri": "https://api.kexp.org/v2/shows/8007/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IHnc9VDDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IHnc9VDDL._SL75_.jpg",
    "song": "Feelin' Alright",
    "track_id": "3106948b-259f-45b5-8f69-66ea90679714",
    "recording_id": null,
    "artist": "Traffic",
    "artist_ids": [
        "9fadfba9-ecae-4383-a4d8-47b043cea19a"
    ],
    "album": "Feelin' Alright: The Very Best of Traffic",
    "release_id": "aa3d0e3e-eadb-4317-91d3-b535f5339411",
    "release_group_id": null,
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}