Information about plays

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

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

{
    "id": 2678831,
    "uri": "https://api.kexp.org/v2/plays/2678831/?format=api",
    "airdate": "2019-12-27T16:42:21-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kinski 101",
    "track_id": "7469945d-d79f-4225-ba0f-2f77ed9a5dad",
    "recording_id": null,
    "artist": "Kinski",
    "artist_ids": [
        "3ddfd733-80a1-4c2b-a49c-32acb19f507c"
    ],
    "album": "Accustomed to Your Face",
    "release_id": "7b773597-3e50-4849-9725-1f60f001856a",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Last year, Seattle band Kinski dropped a new record to celebrate their 20th anniversary as a band! - http://kinski.net/kinski/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}