Information about plays

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

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

{
    "id": 375028,
    "uri": "https://api.kexp.org/v2/plays/375028/?format=api",
    "airdate": "2019-08-31T23:43:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For My Family",
    "track_id": "c548d419-568d-3112-be3e-54f4599fd56d",
    "recording_id": null,
    "artist": "Agnostic Front",
    "artist_ids": [
        "40b8a690-94e4-4c82-ad0f-73f4b841e46a"
    ],
    "album": "Warriors",
    "release_id": "3b064aec-ddde-4824-863b-7d21fdd75a3d",
    "release_group_id": null,
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2008-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}