Information about plays

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

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

{
    "id": 1381286,
    "uri": "https://api.kexp.org/v2/plays/1381286/?format=api",
    "airdate": "2008-06-02T19:49:44-07:00",
    "show": 24112,
    "show_uri": "https://api.kexp.org/v2/shows/24112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wamba",
    "track_id": "03786dc9-a112-43b7-b9e8-ee09ed81e41c",
    "recording_id": null,
    "artist": "Salif Keita",
    "artist_ids": [
        "b29a24ff-2c55-437e-867b-1456c9f3f73e"
    ],
    "album": "Soro",
    "release_id": "4bc4ab3b-cfc5-4a83-95c8-4b8342433242",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "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"
}