Information about plays

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

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

{
    "id": 377250,
    "uri": "https://api.kexp.org/v2/plays/377250/?format=api",
    "airdate": "2019-09-06T00:07:00-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Worries in the Dance",
    "track_id": "5d044a1b-6ba3-43ef-8d54-18b6eac2de9b",
    "recording_id": null,
    "artist": "Frankie Paul",
    "artist_ids": [
        "291ec398-9ad9-4db9-949f-b99a880d18b3"
    ],
    "album": "Most Wanted",
    "release_id": "69d35999-b430-4f03-b08c-32aa7f5a94cc",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic dancehall sweet party classic!! \nIn my mind the greatest Frankie Paul tune of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}