Information about plays

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

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

{
    "id": 461547,
    "uri": "https://api.kexp.org/v2/plays/461547/?format=api",
    "airdate": "2001-08-31T16:55:42-07:00",
    "show": 7833,
    "show_uri": "https://api.kexp.org/v2/shows/7833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble Will Soon Be Over",
    "track_id": "b51876db-eb5c-4db1-aa2e-aa35483f2c48",
    "recording_id": null,
    "artist": "Chris Thomas King",
    "artist_ids": [
        "6015dfbf-8f97-440b-9dff-2282953ecea5"
    ],
    "album": "The Legend of Tommy Johnson",
    "release_id": "2efe9064-8928-4ef3-9bc6-3cb119e4d0b0",
    "release_group_id": null,
    "labels": [
        "Valley"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}