Information about plays

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

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

{
    "id": 424689,
    "uri": "https://api.kexp.org/v2/plays/424689/?format=api",
    "airdate": "2001-05-15T12:48:00-07:00",
    "show": 7123,
    "show_uri": "https://api.kexp.org/v2/shows/7123/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EApvfXxpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EApvfXxpL._SL75_.jpg",
    "song": "Pop Queen",
    "track_id": "cb3b9adb-c67b-4e3b-9783-57055b37873a",
    "recording_id": null,
    "artist": "Ben Lee",
    "artist_ids": [
        "3a9f3479-4f0c-4355-8ccd-c9ed5cd01586"
    ],
    "album": "Grandpaw Would",
    "release_id": "fca29729-b286-4042-b710-8e28d8ed78f3",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}