Information about plays

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

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

{
    "id": 483720,
    "uri": "https://api.kexp.org/v2/plays/483720/?format=api",
    "airdate": "2001-11-05T07:56:28-08:00",
    "show": 8263,
    "show_uri": "https://api.kexp.org/v2/shows/8263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Two of Us",
    "track_id": "623de34a-c9bf-439f-b99e-d3ef90d0d961",
    "recording_id": null,
    "artist": "Freeheat",
    "artist_ids": [
        "15dac449-e9da-4a24-8042-d014e7eb325c"
    ],
    "album": "Don't Worry, Be Happy",
    "release_id": "155a43ae-a20d-4a78-a646-cb3f15125c3f",
    "release_group_id": null,
    "labels": [
        "Hall of Records"
    ],
    "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"
}