Information about plays

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

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

{
    "id": 422787,
    "uri": "https://api.kexp.org/v2/plays/422787/?format=api",
    "airdate": "2001-05-09T15:48:45-07:00",
    "show": 7085,
    "show_uri": "https://api.kexp.org/v2/shows/7085/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock 'til My Baby Comes Home",
    "track_id": "358dbc51-f9b3-400b-b0b0-0441a1f54a9d",
    "recording_id": null,
    "artist": "Helen Hall",
    "artist_ids": [
        "5d7cf12a-f00a-4d08-a1fa-fb3e7e15ef6a"
    ],
    "album": "The Gals of the Big \"D\" Jamboree",
    "release_id": "722cec5e-7651-4908-972a-2903fbae4c82",
    "release_group_id": null,
    "labels": [
        "Dragon Street"
    ],
    "label_ids": [
        "00767e5b-558d-4105-8509-a7a8d9f8eb38"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}