Information about plays

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

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

{
    "id": 2670948,
    "uri": "https://api.kexp.org/v2/plays/2670948/?format=api",
    "airdate": "2019-12-09T10:58:03-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/1616a034-941e-313e-8534-276c52f8b6ee/17713224278-250.jpg",
    "thumbnail_uri": "",
    "song": "Rain",
    "track_id": "8821fd00-3859-32f7-ae62-133b4a6a4899",
    "recording_id": null,
    "artist": "The Cult",
    "artist_ids": [
        "8846e4ff-0c19-4af2-872b-7a8dc7497f68"
    ],
    "album": "Love",
    "release_id": "1616a034-941e-313e-8534-276c52f8b6ee",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Released on the 27th of September 1985, \"Rain\" is off The Cult's album Love! Read more about the band here: https://bit.ly/2qFbMY6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}