Information about plays

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

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

{
    "id": 533777,
    "uri": "https://api.kexp.org/v2/plays/533777/?format=api",
    "airdate": "2002-04-02T05:40:00-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vGyeTCwlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vGyeTCwlL._SL75_.jpg",
    "song": "The Rite",
    "track_id": "65405bf5-6231-4407-9467-84d15a4080d7",
    "recording_id": null,
    "artist": "Lisa Gerrard",
    "artist_ids": [
        "cd645207-1664-46af-9953-264e9ae54089"
    ],
    "album": "The Mirror Pool",
    "release_id": "a0c5888f-25f8-4d33-a6ef-a5094edbe16b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}