Information about plays

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

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

{
    "id": 442709,
    "uri": "https://api.kexp.org/v2/plays/442709/?format=api",
    "airdate": "2001-07-07T22:05:27-07:00",
    "show": 7472,
    "show_uri": "https://api.kexp.org/v2/shows/7472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Phreakin (Hypnotizin Funk remix)",
    "track_id": "d40655ee-4dd4-463f-87ef-e34d9ad1a4ff",
    "recording_id": null,
    "artist": "HMC",
    "artist_ids": [],
    "album": "Phreakin",
    "release_id": "d4f47056-96a5-4f2f-a2e1-3f3d322ed127",
    "release_group_id": null,
    "labels": [
        "UNDEFINED RECORDINGS"
    ],
    "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"
}