Information about plays

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

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

{
    "id": 1392758,
    "uri": "https://api.kexp.org/v2/plays/1392758/?format=api",
    "airdate": "2008-07-02T16:01:05-07:00",
    "show": 24307,
    "show_uri": "https://api.kexp.org/v2/shows/24307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Me (Come Back Home)",
    "track_id": "3968a965-9028-4330-9d8b-83dd7fe29d0e",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Here I Am",
    "release_id": "4da8aa44-0636-462a-8ce1-9472f1ff03a2",
    "release_group_id": null,
    "labels": [
        "Universal Music Special Markets"
    ],
    "label_ids": [
        "8aa8f64b-55a1-48db-b124-44fcba58836f"
    ],
    "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"
}