Information about plays

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

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

{
    "id": 379733,
    "uri": "https://api.kexp.org/v2/plays/379733/?format=api",
    "airdate": "2019-09-11T23:18:00-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like an Animal",
    "track_id": "27b8103b-3f5b-3d11-bfb2-2d6fce4bc0d3",
    "recording_id": null,
    "artist": "The Glove",
    "artist_ids": [
        "bc91f8af-a6e5-46f3-b239-b5b1c390e535"
    ],
    "album": "Blue Sunshine",
    "release_id": "32be103e-c6bd-37fc-8c2a-456312b65559",
    "release_group_id": null,
    "labels": [
        "Wonderland"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}