Information about plays

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

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

{
    "id": 356152,
    "uri": "https://api.kexp.org/v2/plays/356152/?format=api",
    "airdate": "2019-07-18T18:56:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Go Stepping Too",
    "track_id": "ae363f7c-4e94-33a7-9f75-ff7640b9c889",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Roses in the Snow",
    "release_id": "c47bd233-be19-3a94-8e00-eb3da60c802a",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1980, with Ricky Skaggs on mandolin and backing vocals. Ricky also wrote the arrangements for the songs on this album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}