Information about plays

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

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

{
    "id": 366264,
    "uri": "https://api.kexp.org/v2/plays/366264/?format=api",
    "airdate": "2019-08-12T05:40:09-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/9c819e01-0f71-4786-8cc1-5bb5d405dfcb/22504221345-250.jpg",
    "thumbnail_uri": "",
    "song": "País nublado",
    "track_id": "8d607004-0007-41ff-b297-5a2ceea1e13b",
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "This Is How You Smile",
    "release_id": "9c819e01-0f71-4786-8cc1-5bb5d405dfcb",
    "release_group_id": null,
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}