Information about plays

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

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

{
    "id": 488260,
    "uri": "https://api.kexp.org/v2/plays/488260/?format=api",
    "airdate": "2001-11-19T17:00:00-08:00",
    "show": 8358,
    "show_uri": "https://api.kexp.org/v2/shows/8358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Going On Around Here?",
    "track_id": "18b090df-a7a6-47cc-922b-0ef2bdb7db22",
    "recording_id": null,
    "artist": "Rheostatics",
    "artist_ids": [
        "f73d67ff-d255-4d35-af4f-2be516f33476"
    ],
    "album": "Whale Music",
    "release_id": "3072191a-4a86-4c29-aee9-97ac71b4e849",
    "release_group_id": null,
    "labels": [
        "Sire/Warner Bros."
    ],
    "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"
}