Information about plays

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

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

{
    "id": 374865,
    "uri": "https://api.kexp.org/v2/plays/374865/?format=api",
    "airdate": "2019-08-31T13:55:00-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Paragon Cause",
    "artist_ids": [
        "a82ef30f-1d6a-4c25-97fb-e603ef10abde"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AnalogueTrash Records"
    ],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indie-electronica band based Ottawa. Here's the official video: https://www.youtube.com/watch?v=-f2RPT2VrKg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}