Information about plays

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

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

{
    "id": 1339678,
    "uri": "https://api.kexp.org/v2/plays/1339678/?format=api",
    "airdate": "2008-02-16T22:30:59-08:00",
    "show": 23406,
    "show_uri": "https://api.kexp.org/v2/shows/23406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Annie",
    "track_id": "e3ff4c49-1541-4ee4-aeed-b29d929445ae",
    "recording_id": null,
    "artist": "The Little Killers",
    "artist_ids": [
        "e14c70bb-4f2e-406f-b952-73305f27326f"
    ],
    "album": "A Real Good One",
    "release_id": "5c3bce43-9b26-4b12-ac62-c684f050c197",
    "release_group_id": null,
    "labels": [
        "Gern Blandsten"
    ],
    "label_ids": [
        "cc9ac45c-8d32-4e3b-8b9d-6ecd8f1f320c"
    ],
    "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"
}