Information about plays

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

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

{
    "id": 371751,
    "uri": "https://api.kexp.org/v2/plays/371751/?format=api",
    "airdate": "2019-08-24T12:32:17-07:00",
    "show": 6193,
    "show_uri": "https://api.kexp.org/v2/shows/6193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Love Is Real",
    "track_id": "1860f60c-eca9-345e-a487-4e8a011d4483",
    "recording_id": null,
    "artist": "Divine Fits",
    "artist_ids": [
        "0cc883bb-a8a5-4b8a-ba5c-ab4e6b9afc09"
    ],
    "album": "A Thing Called Divine Fits",
    "release_id": "8e92486a-06c2-46e1-a39e-4810f2fa8bf6",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [],
    "release_date": "2012-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}