Information about plays

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

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

{
    "id": 1177905,
    "uri": "https://api.kexp.org/v2/plays/1177905/?format=api",
    "airdate": "2006-12-28T12:25:56-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mars Booms Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Freqnasty",
    "artist_ids": [],
    "album": "Beats By Dope Demand 4",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kickin Records"
    ],
    "label_ids": [
        "4fc692cf-aba6-4e57-b9b5-1d88b1a2d4e0"
    ],
    "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"
}