Information about plays

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

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

{
    "id": 2681756,
    "uri": "https://api.kexp.org/v2/plays/2681756/?format=api",
    "airdate": "2020-01-03T21:15:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throw It Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "ICONOLOGY",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Missy Elliott's latest release 'Throw It Back' here: https://www.youtube.com/watch?v=9rOKdATrV4g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}