Information about plays

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

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

{
    "id": 380109,
    "uri": "https://api.kexp.org/v2/plays/380109/?format=api",
    "airdate": "2019-09-12T19:10:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Think I'll Just Stay Here and Drink",
    "track_id": "c281459a-55bf-307d-9ec0-b5a53c7ae5e2",
    "recording_id": null,
    "artist": "Merle Haggard",
    "artist_ids": [
        "deb2448c-6fdf-4d31-921e-757630515dbd"
    ],
    "album": "Back to the Barrooms",
    "release_id": "64fc8b1f-e08b-4e43-90df-243388160c93",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1980",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}