Information about plays

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

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

{
    "id": 346669,
    "uri": "https://api.kexp.org/v2/plays/346669/?format=api",
    "airdate": "2019-06-26T20:06:17-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poor Dog (Who Can't Wag His Own Tail)",
    "track_id": "0df8b2d9-2b76-4560-b31d-a1bccdfb25e3",
    "recording_id": null,
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "The Explosive Little Richard",
    "release_id": "cb2c8bbe-c2b3-455f-a7db-1dd982b38ae6",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}