Information about plays

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

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

{
    "id": 380730,
    "uri": "https://api.kexp.org/v2/plays/380730/?format=api",
    "airdate": "2019-09-14T09:58:20-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spot and Beat the Bank",
    "track_id": "838d6430-15af-3cca-a638-08f60f8b5dd1",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [],
    "album": "The Congos & Friends: Fisherman Style",
    "release_id": "ddfe2e82-5578-4c7a-94eb-a756f387ad72",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2006-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}