Information about plays

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

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

{
    "id": 431098,
    "uri": "https://api.kexp.org/v2/plays/431098/?format=api",
    "airdate": "2001-06-04T03:15:00-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PSchH40ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PSchH40ZL._SL75_.jpg",
    "song": "Stardog Champion",
    "track_id": "43017c68-89ee-4019-a6fa-2b81da44e537",
    "recording_id": null,
    "artist": "Mother Love Bone",
    "artist_ids": [
        "a5585acd-9b65-49a7-a63b-3cc4ee18846e"
    ],
    "album": "Mother Love Bone Demos",
    "release_id": "407921db-1dea-473e-88c0-48192b773879",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}