Information about plays

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

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

{
    "id": 374978,
    "uri": "https://api.kexp.org/v2/plays/374978/?format=api",
    "airdate": "2019-08-31T21:16:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "22",
    "track_id": "57756103-8a4b-4637-a50c-4bb580400bc3",
    "recording_id": null,
    "artist": "Potty Mouth",
    "artist_ids": [
        "43cb987e-0b92-4f1b-b068-dead06d78522"
    ],
    "album": "Snafu",
    "release_id": "99c0484e-f7d3-4030-a4b6-c852ff27ce6f",
    "release_group_id": null,
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}