Information about plays

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

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

{
    "id": 467517,
    "uri": "https://api.kexp.org/v2/plays/467517/?format=api",
    "airdate": "2001-09-18T17:37:30-07:00",
    "show": 7953,
    "show_uri": "https://api.kexp.org/v2/shows/7953/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In a World This Big",
    "track_id": "42678482-473b-4668-9d60-9f494b40a5bb",
    "recording_id": null,
    "artist": "Jimmy Silva's Goat 5",
    "artist_ids": [
        "34b502be-29ac-4f98-a9f2-5c8ac3719458"
    ],
    "album": "Near the End of the Harvest",
    "release_id": "78337972-c20b-4e03-8d19-4d2b7acd8476",
    "release_group_id": null,
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}