Information about plays

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

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

{
    "id": 1275159,
    "uri": "https://api.kexp.org/v2/plays/1275159/?format=api",
    "airdate": "2007-09-04T11:44:48-07:00",
    "show": 22320,
    "show_uri": "https://api.kexp.org/v2/shows/22320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Way More (Johnny Blaze remix)",
    "track_id": "2329708a-23e3-44c6-b64e-16bdf240a279",
    "recording_id": null,
    "artist": "Diplo",
    "artist_ids": [
        "a56bd8f9-8ef8-4d63-89a4-794ed1360dd2"
    ],
    "album": "Live Session EP",
    "release_id": "cf564032-ccae-4495-bcdd-3896f85baed2",
    "release_group_id": null,
    "labels": [
        "iTunes Exclusive"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}