Information about plays

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

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

{
    "id": 347849,
    "uri": "https://api.kexp.org/v2/plays/347849/?format=api",
    "airdate": "2019-06-29T13:45:15-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frank",
    "track_id": "ffcdaa33-367a-43cb-89cd-22b32adc18bd",
    "recording_id": null,
    "artist": "Just Mustard",
    "artist_ids": [
        "7bab7a05-8b0f-4778-b0b8-02dd6deb463a"
    ],
    "album": "Frank",
    "release_id": "abfbf02b-b631-4b66-aec4-5c9697df1cc6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is featured on KEXP's latest \"Music That Matters\" podcast, curated by Cheryl Waters! Listen and/or subscribe here and put some color into your ears and your life! https://www.kexp.org/podcasts/music-matters/2019/6/21/music-matters-vol-674-colors/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}