Information about plays

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

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

{
    "id": 468752,
    "uri": "https://api.kexp.org/v2/plays/468752/?format=api",
    "airdate": "2001-09-22T09:05:13-07:00",
    "show": 7976,
    "show_uri": "https://api.kexp.org/v2/shows/7976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural Mystic",
    "track_id": "e376c71d-49b5-46cd-834e-e724c7f6c7bd",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Island Treasures (disc 1)",
    "release_id": "9d91efd2-2481-44c5-96bc-02482275c8a7",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}