Information about plays

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

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

{
    "id": 436396,
    "uri": "https://api.kexp.org/v2/plays/436396/?format=api",
    "airdate": "2001-06-19T19:06:00-07:00",
    "show": 7349,
    "show_uri": "https://api.kexp.org/v2/shows/7349/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G4KCGDVBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G4KCGDVBL._SL75_.jpg",
    "song": "Ana",
    "track_id": "b0ed02c1-74a7-4a85-bcd6-f90e5cb9a778",
    "recording_id": null,
    "artist": "Vershki da Koreshki",
    "artist_ids": [
        "46fd4d04-44f5-437c-8aa7-ec74a4def6db"
    ],
    "album": "Real Life of Plants",
    "release_id": "91d377f9-96eb-4f65-ba94-582900e77b70",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}