Information about plays

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

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

{
    "id": 2680991,
    "uri": "https://api.kexp.org/v2/plays/2680991/?format=api",
    "airdate": "2020-01-01T22:29:00-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Message",
    "track_id": null,
    "recording_id": null,
    "artist": "Grandmaster Flash",
    "artist_ids": [
        "7db590cd-d7e6-4b36-b4e7-e8209426b02d"
    ],
    "album": "The Message",
    "release_id": "eeec5590-1352-49fe-ba7a-27eff0a020fb",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy B-Day Joseph Saddler AKA Grandmaster Flash, born on this date in 1958",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}