Information about plays

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

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

{
    "id": 356994,
    "uri": "https://api.kexp.org/v2/plays/356994/?format=api",
    "airdate": "2019-07-20T21:02:08-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Useless",
    "track_id": "fedcec05-ab15-46fb-8f03-c9c1c7739d45",
    "recording_id": null,
    "artist": "Actionesse",
    "artist_ids": [
        "8bbc563c-78c5-49e6-9d9f-549d84bfd911"
    ],
    "album": "The Deep, Bright Below",
    "release_id": "02fdfa6a-fe3a-4a28-999d-f7c6dbea5d67",
    "release_group_id": null,
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}