Information about plays

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

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

{
    "id": 459417,
    "uri": "https://api.kexp.org/v2/plays/459417/?format=api",
    "airdate": "2001-08-25T11:47:22-07:00",
    "show": 7788,
    "show_uri": "https://api.kexp.org/v2/shows/7788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love For Granted",
    "track_id": "48865505-2e14-4bfb-8eb0-21d84ea01a77",
    "recording_id": null,
    "artist": "Jah Mason",
    "artist_ids": [
        "1d3109fb-8198-4ce2-b031-a2c5ad551b55"
    ],
    "album": "Keep Your Joy",
    "release_id": "28cdaf82-4a80-4257-bad8-a0a44347c1a9",
    "release_group_id": null,
    "labels": [
        "Ghetto Technologies"
    ],
    "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"
}