Information about plays

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

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

{
    "id": 370171,
    "uri": "https://api.kexp.org/v2/plays/370171/?format=api",
    "airdate": "2019-08-21T00:15:18-07:00",
    "show": 6169,
    "show_uri": "https://api.kexp.org/v2/shows/6169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Collar",
    "track_id": "5c1ee63b-87d3-4c91-a230-570837d559ae",
    "recording_id": null,
    "artist": "Rose Dorn",
    "artist_ids": [
        "8d022765-bb84-4b2c-8ae8-428e2f0f8fb8"
    ],
    "album": "Days You Were Leaving",
    "release_id": "f9124353-75e8-4672-9afa-e02f778789f5",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rose Dorn is an LA-based pop trio consisting of Jamie Coster, Joey Dalla Betta, and Scarlet Knight. Days You Were Leaving is out this Friday.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}