Information about plays

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

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

{
    "id": 351365,
    "uri": "https://api.kexp.org/v2/plays/351365/?format=api",
    "airdate": "2019-07-07T15:48:46-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/89c011d1-f472-456d-83f8-2e8c9711d96a/23452779226-250.jpg",
    "thumbnail_uri": "",
    "song": "Muhammad Ali Remix (feat. Lioness)",
    "track_id": "f20c6a06-e850-4c01-9c83-61e06c96cef4",
    "recording_id": null,
    "artist": "Lady Lykez",
    "artist_ids": [
        "9c3c2912-129e-4a97-9999-2e0b22460550"
    ],
    "album": "Muhammad Ali",
    "release_id": "89c011d1-f472-456d-83f8-2e8c9711d96a",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "North London MC Lady Lykez drops her second album of hard hitting grime and dancehall and UK gqom on Hyperdub.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}