Information about plays

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

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

{
    "id": 382560,
    "uri": "https://api.kexp.org/v2/plays/382560/?format=api",
    "airdate": "2019-09-18T16:19:00-07:00",
    "show": 6366,
    "show_uri": "https://api.kexp.org/v2/shows/6366/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back to Back",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Dead Man's Pop",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The set will include a remix of the album Don't Tell a Soul as well as many other rarities.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}