Information about plays

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

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

{
    "id": 498983,
    "uri": "https://api.kexp.org/v2/plays/498983/?format=api",
    "airdate": "2001-12-21T00:12:00-08:00",
    "show": 8562,
    "show_uri": "https://api.kexp.org/v2/shows/8562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A.P.B.",
    "track_id": null,
    "recording_id": null,
    "artist": "Faceless",
    "artist_ids": [
        "0323984e-fcb6-4c9e-b529-bc4970d81d72"
    ],
    "album": "VA/Mutant Beatz",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mutant Sound System"
    ],
    "label_ids": [
        "fb6b9a1e-0086-4afe-967b-811017eb3c05"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}