Information about plays

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

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

{
    "id": 420872,
    "uri": "https://api.kexp.org/v2/plays/420872/?format=api",
    "airdate": "2001-05-03T17:31:45-07:00",
    "show": 7042,
    "show_uri": "https://api.kexp.org/v2/shows/7042/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B0tfr0J0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B0tfr0J0L._SL75_.jpg",
    "song": "I'm Lonely (and I Love It)",
    "track_id": "4b9a2b23-ae6e-4ecc-b0d8-f35e9b028714",
    "recording_id": null,
    "artist": "Future Bible Heroes",
    "artist_ids": [
        "16f13f40-b8f8-42c5-a52a-cf3763002095"
    ],
    "album": "I'm Lonely",
    "release_id": "32d2fc77-bc42-4cfe-b78a-47936d77e31b",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}