Information about plays

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

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

{
    "id": 378049,
    "uri": "https://api.kexp.org/v2/plays/378049/?format=api",
    "airdate": "2019-09-07T18:57:17-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ballin'",
    "track_id": "5508a5bf-5be0-4c10-a822-13428c562632",
    "recording_id": null,
    "artist": "Parisalexa",
    "artist_ids": [
        "2371c6a6-4a8e-411a-8288-7d51163b1247"
    ],
    "album": "FLEXA",
    "release_id": "3fa3fe38-2486-4a7d-b4ba-69cf5eb7c17b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}