Information about plays

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

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

{
    "id": 351709,
    "uri": "https://api.kexp.org/v2/plays/351709/?format=api",
    "airdate": "2019-07-08T12:56:55-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Late Late",
    "track_id": "fb67e7ad-040a-4988-bf3b-61ef2b7f472f",
    "recording_id": null,
    "artist": "Lost Lander",
    "artist_ids": [
        "58ebd5a0-34f1-4941-9fdd-00e619760dad"
    ],
    "album": "Aberdeen",
    "release_id": "225b75bd-617e-4b69-a4fd-6f54afd405db",
    "release_group_id": null,
    "labels": [
        "Glad I Did Recordings"
    ],
    "label_ids": [
        "ac01a268-08b6-4270-8ce4-5b0c27cb5542"
    ],
    "release_date": "2019-08-04",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}