Information about plays

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

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

{
    "id": 447597,
    "uri": "https://api.kexp.org/v2/plays/447597/?format=api",
    "airdate": "2001-07-22T11:03:20-07:00",
    "show": 7565,
    "show_uri": "https://api.kexp.org/v2/shows/7565/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonesome Blues",
    "track_id": "85f257c4-ad61-4874-b31b-fabc4f4c86a5",
    "recording_id": null,
    "artist": "Jimmy Dawkins",
    "artist_ids": [
        "29b6466d-83d5-4011-83d8-1d432eaa6fc2"
    ],
    "album": "Red White & Blues",
    "release_id": "0b58791f-f015-48ff-b184-6678a59d8748",
    "release_group_id": null,
    "labels": [
        "Wild Dog Blues"
    ],
    "label_ids": [],
    "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"
}