Information about plays

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

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

{
    "id": 354828,
    "uri": "https://api.kexp.org/v2/plays/354828/?format=api",
    "airdate": "2019-07-15T21:58:08-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/6f6d5fa6-90a5-4d64-8aea-4b3fee979185/22375692134-250.jpg",
    "thumbnail_uri": "",
    "song": "Why Love (Зачем Любовь)",
    "track_id": "96fc8a55-05e5-4606-b24d-3fdf7bb03c10",
    "recording_id": null,
    "artist": "Kedr Livanskiy",
    "artist_ids": [
        "0eba6174-335a-41a6-b51a-661998e682a7"
    ],
    "album": "Your Need",
    "release_id": "6f6d5fa6-90a5-4d64-8aea-4b3fee979185",
    "release_group_id": null,
    "labels": [
        "2MR"
    ],
    "label_ids": [
        "0b454cb8-ba54-4f9e-b40b-4613101997ef"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kedr Livanskiy's second album, Your Need, is a celebration of life and... rebirth. It's about a fighter's spirit, and if you will, a little audacity and courage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}