Information about plays

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

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

{
    "id": 346644,
    "uri": "https://api.kexp.org/v2/plays/346644/?format=api",
    "airdate": "2019-06-26T18:40:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can't Always Get What You Want",
    "track_id": "86d530ef-0c0a-351b-be6c-230d1364a98c",
    "recording_id": null,
    "artist": "Maxayn",
    "artist_ids": [
        "6cd0bbc7-8f4e-4cb0-9b4c-788e2215d7d1"
    ],
    "album": "Maxayn",
    "release_id": "19e43c3d-afad-4a1b-aefd-6bb91694a649",
    "release_group_id": null,
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}