Information about plays

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

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

{
    "id": 1289690,
    "uri": "https://api.kexp.org/v2/plays/1289690/?format=api",
    "airdate": "2007-10-11T14:09:59-07:00",
    "show": 22566,
    "show_uri": "https://api.kexp.org/v2/shows/22566/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satellites",
    "track_id": "71fc6bdc-6c78-40a3-bf8c-57aa08e2ebd7",
    "recording_id": null,
    "artist": "Subway",
    "artist_ids": [
        "87a6de41-1129-4e61-82a2-37651bf8b965"
    ],
    "album": "Soul Jazz Records Singles 2006-2007 (disc 1)",
    "release_id": "7a90825a-1c94-4aef-9a17-a02ef8cf83f6",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2007-09-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}