Information about plays

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

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

{
    "id": 1341929,
    "uri": "https://api.kexp.org/v2/plays/1341929/?format=api",
    "airdate": "2008-02-22T12:20:19-08:00",
    "show": 23442,
    "show_uri": "https://api.kexp.org/v2/shows/23442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring It Back Again",
    "track_id": "08c3fd8e-53fb-4340-a4ed-14c49820afa7",
    "recording_id": null,
    "artist": "Stray Cats",
    "artist_ids": [
        "0e763b87-f3cd-4a63-986f-bebc4189f1f0"
    ],
    "album": "The Best of the Stray Cats - Back to the Alley",
    "release_id": "90e1ff33-eed0-4541-a12c-8b22979d5786",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}