Information about plays

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

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

{
    "id": 370266,
    "uri": "https://api.kexp.org/v2/plays/370266/?format=api",
    "airdate": "2019-08-21T05:38:19-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girls Just Want to Have Fun",
    "track_id": "7b753f3b-a504-4672-9a00-783383b6c9fc",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Jupiter",
    "release_id": "851e4be8-9ed2-4819-851e-c6efb83c3c42",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "We really just wanna have fun!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}