Information about plays

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

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

{
    "id": 1313902,
    "uri": "https://api.kexp.org/v2/plays/1313902/?format=api",
    "airdate": "2007-12-13T23:02:51-08:00",
    "show": 22978,
    "show_uri": "https://api.kexp.org/v2/shows/22978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "90% of Me Is You",
    "track_id": "870c0820-96bf-4d20-bc40-a5b30c717e15",
    "recording_id": null,
    "artist": "The Dynamics",
    "artist_ids": [
        "a0988d26-ac1d-466f-a006-4fc3a4f045e0"
    ],
    "album": "Version Excursions",
    "release_id": "2bef6903-9039-4113-93dc-eb3870f6b2aa",
    "release_group_id": null,
    "labels": [
        "Groove Attack Productions"
    ],
    "label_ids": [
        "42f82c68-0e78-4fa4-9065-85327848a433"
    ],
    "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"
}