Information about plays

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

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

{
    "id": 1339822,
    "uri": "https://api.kexp.org/v2/plays/1339822/?format=api",
    "airdate": "2008-02-17T10:41:00-08:00",
    "show": 23410,
    "show_uri": "https://api.kexp.org/v2/shows/23410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Hate Missin' You",
    "track_id": "e39837a1-3d98-4d18-962e-290be1479c01",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Memphis Monday Morning",
    "release_id": "d9390581-1541-4076-8005-4631e2aa42c6",
    "release_group_id": null,
    "labels": [],
    "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"
}