Information about plays

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

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

{
    "id": 1411277,
    "uri": "https://api.kexp.org/v2/plays/1411277/?format=api",
    "airdate": "2008-08-18T10:05:11-07:00",
    "show": 24622,
    "show_uri": "https://api.kexp.org/v2/shows/24622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovesick",
    "track_id": "08fa1c8d-6934-4fc8-8fc4-decf46e1a784",
    "recording_id": null,
    "artist": "Tenki",
    "artist_ids": [
        "09af648d-2fbd-4d17-8b7d-8c214d1ac83f"
    ],
    "album": "View of an Orbiting Man",
    "release_id": "be4cc687-fb4a-48cc-a22d-59e6f48fff49",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}