Information about plays

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

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

{
    "id": 379743,
    "uri": "https://api.kexp.org/v2/plays/379743/?format=api",
    "airdate": "2019-09-11T23:49:00-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost of Our Love",
    "track_id": "12a43b04-a2c5-4641-88ab-1ee9f7139a04",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Continued Story / Hi, How Are You",
    "release_id": "fbff6fc1-2a0b-4b53-9f88-72df71cd0456",
    "release_group_id": null,
    "labels": [
        "Eternal Yip Eye Music"
    ],
    "label_ids": [
        "861be46b-6179-4fd6-be1f-1851bf0e35c9"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}