Information about plays

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

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

{
    "id": 2675287,
    "uri": "https://api.kexp.org/v2/plays/2675287/?format=api",
    "airdate": "2019-12-19T08:15:04-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/99cf0df4-570e-4ea6-aab8-8ba102525f7d/18897223104-250.jpg",
    "thumbnail_uri": "",
    "song": "Wait in the Car",
    "track_id": "487c7b87-3f64-4314-b01b-a5cda52638f8",
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "All Nerve",
    "release_id": "99cf0df4-570e-4ea6-aab8-8ba102525f7d",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#27 Most Played on JITM 2019 | Meow meow meow meow meow!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}