Information about plays

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

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

{
    "id": 495067,
    "uri": "https://api.kexp.org/v2/plays/495067/?format=api",
    "airdate": "2001-12-09T20:31:45-08:00",
    "show": 8492,
    "show_uri": "https://api.kexp.org/v2/shows/8492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me With You (Prok and Fitch's Floor Play mix)",
    "track_id": "5f148588-9594-41cb-b8c6-c8c2f02b277b",
    "recording_id": null,
    "artist": "Digital",
    "artist_ids": [
        "b83c0c75-5cdd-44c8-b1af-b04e5e2c306c"
    ],
    "album": "Hed Kandi: Live Ibiza 2008",
    "release_id": "320781af-1125-4728-a334-12f5ba70593b",
    "release_group_id": null,
    "labels": [
        "L Plates"
    ],
    "label_ids": [
        "704c8a47-6463-4199-886c-dd19068b4d15"
    ],
    "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"
}