Information about plays

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

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

{
    "id": 2681609,
    "uri": "https://api.kexp.org/v2/plays/2681609/?format=api",
    "airdate": "2020-01-03T11:57:00-08:00",
    "show": 46283,
    "show_uri": "https://api.kexp.org/v2/shows/46283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "B.O.B. (club mix)",
    "track_id": "a77b2e91-ae90-464e-8840-4a4d75467f87",
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "B.O.B.",
    "release_id": "1df1562e-fac3-483f-8872-6fefd59093a9",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [],
    "release_date": "2000-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}