Information about plays

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

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

{
    "id": 500608,
    "uri": "https://api.kexp.org/v2/plays/500608/?format=api",
    "airdate": "2001-12-26T12:45:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218EZXQP3FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218EZXQP3FL._SL75_.jpg",
    "song": "Game of Broken Hearts",
    "track_id": "cfa8b19f-c536-4fb2-ad87-09e4b9a7aaf2",
    "recording_id": null,
    "artist": "Tarnation",
    "artist_ids": [
        "beb64248-b223-4af3-a082-bc6ce9bd1460"
    ],
    "album": "Gentle Creatures",
    "release_id": "2cd5273d-6be5-4bcf-abc6-68564e947e68",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}