Information about plays

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

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

{
    "id": 437125,
    "uri": "https://api.kexp.org/v2/plays/437125/?format=api",
    "airdate": "2001-06-21T18:13:20-07:00",
    "show": 7362,
    "show_uri": "https://api.kexp.org/v2/shows/7362/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YZVHGEZRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YZVHGEZRL._SL75_.jpg",
    "song": "A Kiss on the Lips",
    "track_id": "46891913-7504-472a-88f5-1cc81723f4d8",
    "recording_id": null,
    "artist": "Julie Miller",
    "artist_ids": [
        "fd8fbe47-d815-474b-b0cf-b21c2f87c397"
    ],
    "album": "Blue Pony",
    "release_id": "5c2103db-5dab-469f-9697-02c9e542ad4a",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1997-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}