Information about plays

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

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

{
    "id": 379766,
    "uri": "https://api.kexp.org/v2/plays/379766/?format=api",
    "airdate": "2019-09-12T01:05:19-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Incapable (Dimitri From Paris & Aeroplane Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Róisín Murphy",
    "artist_ids": [],
    "album": "Incapable (Remixes)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Skint Records"
    ],
    "label_ids": [
        "6445787b-52aa-4d52-a0f9-20ca3136b4cd"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Irish artist's killer 2019 single gets the remix treatment from Dimitri From Paris, Aeroplane and Cinthie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}