Information about plays

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

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

{
    "id": 1367725,
    "uri": "https://api.kexp.org/v2/plays/1367725/?format=api",
    "airdate": "2008-04-28T19:19:00-07:00",
    "show": 23881,
    "show_uri": "https://api.kexp.org/v2/shows/23881/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/41t6KW06w3L.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/41t6KW06w3L._SL75_.jpg",
    "song": "Kamoukie",
    "track_id": "c596ec7a-6ed9-4171-8c2a-b810340ee3d2",
    "recording_id": null,
    "artist": "Salif Keita",
    "artist_ids": [
        "b29a24ff-2c55-437e-867b-1456c9f3f73e"
    ],
    "album": "M'Bemba",
    "release_id": "daa6c829-8d50-4ebd-8f46-2592f7e2d8f0",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "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"
}