Information about plays

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

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

{
    "id": 1319952,
    "uri": "https://api.kexp.org/v2/plays/1319952/?format=api",
    "airdate": "2007-12-29T11:52:00-08:00",
    "show": 23077,
    "show_uri": "https://api.kexp.org/v2/shows/23077/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Addiction",
    "track_id": "9be81c18-b40f-48d4-a2f5-de8dbdc2605f",
    "recording_id": null,
    "artist": "Tanya Stephens",
    "artist_ids": [
        "2eef73b4-a222-4669-9f2c-7284b076e9c7"
    ],
    "album": "The Very Best of Pure Dancehall (disc 2)",
    "release_id": "f08e7231-9258-4383-ad3d-abc2e761ad02",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}