Information about plays

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

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

{
    "id": 2679744,
    "uri": "https://api.kexp.org/v2/plays/2679744/?format=api",
    "airdate": "2019-12-29T23:07:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drømmen Om Ø (Forever Mix ’19)",
    "track_id": "7d22bcc5-ad2d-49ad-9b65-419dba22cf1b",
    "recording_id": null,
    "artist": "Kasper Marott",
    "artist_ids": [
        "bf8f50db-25ee-47ad-9053-3fb93ed6682e"
    ],
    "album": "Forever Mix EP",
    "release_id": "a09fa8d4-acb1-4d7c-9d86-05fa9f2e636f",
    "release_group_id": null,
    "labels": [
        "Kulør"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Copenhagen, Denmark.  Jam out on this one: https://kulorco.bandcamp.com/album/forever-mix-ep-kul-r-002",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}