Information about plays

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

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

{
    "id": 535009,
    "uri": "https://api.kexp.org/v2/plays/535009/?format=api",
    "airdate": "2002-04-05T18:16:05-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Delta King",
    "track_id": "42af3f2c-0968-4656-be2e-ff7bea8c77f8",
    "recording_id": null,
    "artist": "The Stillmen",
    "artist_ids": [
        "f5e637bb-be2e-46eb-9b35-6cad58e7c656"
    ],
    "album": "Go! Go! GO! with The Stillmen",
    "release_id": "3b0bc1a0-aab2-4287-b45a-7d2caa9730cc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}