Information about plays

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

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

{
    "id": 351428,
    "uri": "https://api.kexp.org/v2/plays/351428/?format=api",
    "airdate": "2019-07-07T19:40:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Away Dream",
    "track_id": "870ad747-87f7-3e5f-abf4-499184311949",
    "recording_id": null,
    "artist": "The Chi‐Lites",
    "artist_ids": [
        "daf21090-1c0f-46e6-bd76-9cd4d6ef7128"
    ],
    "album": "The Chi-Lites",
    "release_id": "f7403f32-02c3-41b0-8889-b43c93924772",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A very very awesome listener request",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}