Information about plays

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

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

{
    "id": 489380,
    "uri": "https://api.kexp.org/v2/plays/489380/?format=api",
    "airdate": "2001-11-22T20:22:06-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Decision at Glady Fork",
    "track_id": "b860da0f-37e9-4b92-8aa2-5de72bbb6fde",
    "recording_id": null,
    "artist": "Bryan Sutton",
    "artist_ids": [
        "584f1bd9-01eb-4f7e-8695-2fa72bb7bf27"
    ],
    "album": "Ready to Go",
    "release_id": "3092be18-a9a4-404a-b945-6deadb583682",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "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"
}