Information about plays

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

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

{
    "id": 530595,
    "uri": "https://api.kexp.org/v2/plays/530595/?format=api",
    "airdate": "2002-03-24T10:53:04-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZGAivVoqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZGAivVoqL._SL75_.jpg",
    "song": "Little Geneva",
    "track_id": "c3abd88d-9a43-4ac0-849a-b3eec5166815",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "The Real Folk Blues / More Real Folk Blues",
    "release_id": "b6b2a462-0e5e-43a0-809c-75bb6f9ec812",
    "release_group_id": null,
    "labels": [
        "MCA/Chess"
    ],
    "label_ids": [],
    "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"
}