Information about plays

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

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

{
    "id": 530071,
    "uri": "https://api.kexp.org/v2/plays/530071/?format=api",
    "airdate": "2002-03-22T18:13:12-08:00",
    "show": 9173,
    "show_uri": "https://api.kexp.org/v2/shows/9173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NCDTYPWVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NCDTYPWVL._SL75_.jpg",
    "song": "Limehouse Blues",
    "track_id": "c8517815-a8f3-4571-8f97-097cde0a2166",
    "recording_id": null,
    "artist": "Jimmy Rosenberg",
    "artist_ids": [
        "a940ec87-921f-4cd0-8c9e-9b83c521a09e"
    ],
    "album": "Portrait of Jimmy Rosenberg",
    "release_id": "7e9e96e3-b30e-42a1-bcb1-973c7b82d790",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}