Information about plays

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

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

{
    "id": 495193,
    "uri": "https://api.kexp.org/v2/plays/495193/?format=api",
    "airdate": "2001-12-10T04:43:00-08:00",
    "show": 8493,
    "show_uri": "https://api.kexp.org/v2/shows/8493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hurt (feat. Jean Grae & Murs)",
    "track_id": "a009f1ff-2e55-4596-8a8a-7a59f9cb7fe1",
    "recording_id": null,
    "artist": "Mr. Len",
    "artist_ids": [
        "f1837684-8f03-4690-86bd-5acb8edd63ba"
    ],
    "album": "Pity the Fool",
    "release_id": "eaf1c097-e264-4a41-b3b9-e47e5e135176",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}