Information about plays

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

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

{
    "id": 2681174,
    "uri": "https://api.kexp.org/v2/plays/2681174/?format=api",
    "airdate": "2020-01-02T09:24:00-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Free",
    "track_id": "78403554-c66d-35a3-a9b3-8c1f01c44572",
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "/\\/\\ /\\ Y /\\",
    "release_id": "c5746fd2-f626-3b7e-bd46-89789fd83c1f",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2010-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}