Information about plays

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

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

{
    "id": 1276750,
    "uri": "https://api.kexp.org/v2/plays/1276750/?format=api",
    "airdate": "2007-09-08T11:35:00-07:00",
    "show": 22344,
    "show_uri": "https://api.kexp.org/v2/shows/22344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Herbalist",
    "track_id": "a2b1dd76-c832-41ad-b516-3f81cbb7b0c7",
    "recording_id": null,
    "artist": "Alborosie",
    "artist_ids": [
        "dad904da-8bd7-46b2-b202-f9a9ecd6bbab"
    ],
    "album": "The Biggest Reggae One-Drop Anthems 2006 (disc 1)",
    "release_id": "ef000f87-190b-4472-a93a-a2cf26d72e85",
    "release_group_id": null,
    "labels": [
        "Forward"
    ],
    "label_ids": [
        "ef73278c-049d-43a7-97a5-75ed2cf546c1"
    ],
    "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"
}