Information about plays

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

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

{
    "id": 499594,
    "uri": "https://api.kexp.org/v2/plays/499594/?format=api",
    "airdate": "2001-12-23T03:33:00-08:00",
    "show": 8575,
    "show_uri": "https://api.kexp.org/v2/shows/8575/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J2E1TXJYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J2E1TXJYL._SL75_.jpg",
    "song": "Short Tales of the Black Forest",
    "track_id": "8640fbb5-6534-4d6d-a901-2f957c4994e5",
    "recording_id": null,
    "artist": "Paco de Lucía, Al Di Meola, John McLaughlin",
    "artist_ids": [
        "e38ad717-93f9-4dc7-a23c-02542915f855"
    ],
    "album": "Friday Night in San Francisco",
    "release_id": "35a2864f-abd8-424c-a1f9-3b3454063dab",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}