Information about plays

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

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

{
    "id": 1391692,
    "uri": "https://api.kexp.org/v2/plays/1391692/?format=api",
    "airdate": "2008-06-29T23:34:00-07:00",
    "show": 24290,
    "show_uri": "https://api.kexp.org/v2/shows/24290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try",
    "track_id": "19c0a778-06b3-4ab8-b269-5ab9563a7998",
    "recording_id": null,
    "artist": "Calibre",
    "artist_ids": [
        "afa502e0-fb84-4cf4-b3c0-21ed0c695939"
    ],
    "album": "All Sounds Electric (disc 1)",
    "release_id": "aed015c8-e690-448d-8646-547b57b6771f",
    "release_group_id": null,
    "labels": [
        "Critical Recordings"
    ],
    "label_ids": [
        "68e8f3d3-a217-4e9e-9878-3dc983d30c2d"
    ],
    "release_date": "2007-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}