Information about plays

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

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

{
    "id": 467426,
    "uri": "https://api.kexp.org/v2/plays/467426/?format=api",
    "airdate": "2001-09-18T11:45:00-07:00",
    "show": 7952,
    "show_uri": "https://api.kexp.org/v2/shows/7952/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F3CBJGHML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F3CBJGHML._SL75_.jpg",
    "song": "The Neighborhood",
    "track_id": "a2f32fe0-26f7-48ca-8fd1-6c332cb9ef6b",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "The Neighborhood",
    "release_id": "a7a7747b-a032-4c45-bd4e-be0090589cfd",
    "release_group_id": null,
    "labels": [
        "Slash/Warner Bros."
    ],
    "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"
}