Information about plays

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

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

{
    "id": 495056,
    "uri": "https://api.kexp.org/v2/plays/495056/?format=api",
    "airdate": "2001-12-09T19:49:05-08:00",
    "show": 8491,
    "show_uri": "https://api.kexp.org/v2/shows/8491/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Presidents",
    "track_id": "37c7906e-3222-4792-afc6-3832e0d989b6",
    "recording_id": null,
    "artist": "Jay Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "Dead Presidents",
    "release_id": "43115959-6193-444d-b6c7-7189f6625555",
    "release_group_id": null,
    "labels": [
        "Rocafella"
    ],
    "label_ids": [],
    "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"
}