Information about plays

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

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

{
    "id": 348691,
    "uri": "https://api.kexp.org/v2/plays/348691/?format=api",
    "airdate": "2019-07-01T16:12:39-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Beat",
    "track_id": "38c0b90b-25a3-3f0d-9298-5b91d8fc8ce1",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "One Beat",
    "release_id": "5d911849-e50f-4639-a363-01c971386adb",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "We love you, Janet. https://kexp.org/read/2019/7/1/janet-weiss-leaves-sleater-kinney/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}