Information about plays

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

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

{
    "id": 2678398,
    "uri": "https://api.kexp.org/v2/plays/2678398/?format=api",
    "airdate": "2019-12-26T14:12:45-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f6d5fa6-90a5-4d64-8aea-4b3fee979185/22375692134-250.jpg",
    "thumbnail_uri": "",
    "song": "Ivan Kupala (New Day) (Иван Купала)",
    "track_id": "e8aeb406-227e-46a2-b90d-ec3e44a9b48e",
    "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": "Library",
    "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. DJ’ing and early forms of dance music inspired a furious burst of creative energy after months of melancholy, sadness and reflection to record the album in only a matter of weeks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}