Information about plays

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

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

{
    "id": 512563,
    "uri": "https://api.kexp.org/v2/plays/512563/?format=api",
    "airdate": "2002-01-30T19:00:00-08:00",
    "show": 8833,
    "show_uri": "https://api.kexp.org/v2/shows/8833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up Above My Head (I Hear Music in the Air)",
    "track_id": "e90a2982-6526-4851-a59d-252885605510",
    "recording_id": null,
    "artist": "Sister Rosetta Tharpe",
    "artist_ids": [
        "f5625c87-5a62-4b3b-a375-fe08a71acddc"
    ],
    "album": "Martin Scorsese Presents the Blues: Warming by the Devil's Fire",
    "release_id": "6f0329a9-e6c2-4064-9c23-0b84d102ae08",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}