Information about plays

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

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

{
    "id": 1213001,
    "uri": "https://api.kexp.org/v2/plays/1213001/?format=api",
    "airdate": "2007-03-29T14:04:16-07:00",
    "show": 21261,
    "show_uri": "https://api.kexp.org/v2/shows/21261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Music Box",
    "track_id": "e8a2aeda-753a-4030-8e9b-c64a0a8ef9c4",
    "recording_id": null,
    "artist": "Benga",
    "artist_ids": [
        "d3ba1c50-d403-40df-8eac-80d74551a7e3"
    ],
    "album": "Warrior Dubz",
    "release_id": "25c1d9ec-027a-42f4-a001-742e457043fd",
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}