Information about plays

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

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

{
    "id": 1274847,
    "uri": "https://api.kexp.org/v2/plays/1274847/?format=api",
    "airdate": "2007-09-03T18:34:31-07:00",
    "show": 22316,
    "show_uri": "https://api.kexp.org/v2/shows/22316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uma Eya",
    "track_id": "3de47dd6-29a2-408e-a79d-8bcb87eabf5e",
    "recording_id": null,
    "artist": "Afel Bocoum",
    "artist_ids": [
        "d09eb662-bd34-4837-9e74-21afcd5373e3"
    ],
    "album": "Niger",
    "release_id": "fdb92c2e-d4bd-4e7d-af6e-33cbd5b878e7",
    "release_group_id": null,
    "labels": [
        "Contrejour"
    ],
    "label_ids": [
        "716746de-3017-42dc-9972-89330b1837bd"
    ],
    "release_date": "2006-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}