Information about plays

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

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

{
    "id": 1403559,
    "uri": "https://api.kexp.org/v2/plays/1403559/?format=api",
    "airdate": "2008-07-30T02:03:49-07:00",
    "show": 24490,
    "show_uri": "https://api.kexp.org/v2/shows/24490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l3-UjMiZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l3-UjMiZL._SL75_.jpg",
    "song": "Ride a White Horse (single version)",
    "track_id": "03679197-7421-4d87-a285-c9b61ff78cfa",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Ride a White Horse",
    "release_id": "c753eaa1-b0e1-4440-9501-70c3bef87e38",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}