Information about plays

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

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

{
    "id": 502042,
    "uri": "https://api.kexp.org/v2/plays/502042/?format=api",
    "airdate": "2001-12-30T19:14:07-08:00",
    "show": 8626,
    "show_uri": "https://api.kexp.org/v2/shows/8626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Tellin You (feat. Wildchild)",
    "track_id": "83be1cc3-e09c-451e-9752-b2ffe2b7b155",
    "recording_id": null,
    "artist": "Sandman",
    "artist_ids": [
        "b9401d29-6fdb-4b0f-bfc4-90b4b817e514"
    ],
    "album": "Underground Hip Hop for Dummies, Volume 5",
    "release_id": "8568af9c-ca05-40ce-902d-3c8d8ba8a7a2",
    "release_group_id": null,
    "labels": [
        "Ill Boogie"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}