Information about plays

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

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

{
    "id": 380485,
    "uri": "https://api.kexp.org/v2/plays/380485/?format=api",
    "airdate": "2019-09-13T18:07:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anymore",
    "track_id": "35486244-7356-42e7-b391-c8126949ffe0",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Silver Eye",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track featured as KEXP Song of the Day! https://www.kexp.org/podcasts/song-of-the-day/2017/4/26/goldfrapp-anymore/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}