Information about plays

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

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

{
    "id": 374985,
    "uri": "https://api.kexp.org/v2/plays/374985/?format=api",
    "airdate": "2019-08-31T21:41:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warm Girls",
    "track_id": "50de63f0-532b-31d9-bdbd-456b37044110",
    "recording_id": null,
    "artist": "Girls at Our Best!",
    "artist_ids": [
        "2f5737cb-b72c-480e-8867-3c34f0fa2eba"
    ],
    "album": "Pleasure",
    "release_id": "a4fdd901-2ebf-4063-99a4-23720545ee1b",
    "release_group_id": null,
    "labels": [
        "Vinyl Japan"
    ],
    "label_ids": [
        "08910e04-fd90-4c54-bd4b-ed594acdbb00"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}