Information about plays

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

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

{
    "id": 1295487,
    "uri": "https://api.kexp.org/v2/plays/1295487/?format=api",
    "airdate": "2007-10-26T14:22:18-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friday on My Mind",
    "track_id": "85786fa3-7b36-480a-9121-ef2aa230ed83",
    "recording_id": null,
    "artist": "The Easybeats",
    "artist_ids": [
        "dff0eebd-dbc3-4a60-aeee-842bde2c1372"
    ],
    "album": "The Best of the Easybeats + Pretty Girl",
    "release_id": "7b1f64df-e007-4578-b569-d41b96da7af2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}