Information about plays

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

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

{
    "id": 377019,
    "uri": "https://api.kexp.org/v2/plays/377019/?format=api",
    "airdate": "2019-09-05T13:42:42-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/3ebe514d-d197-3984-81ee-4d09231be775/12248686551-250.jpg",
    "thumbnail_uri": "",
    "song": "Man on the Moon",
    "track_id": "ead90d98-2ec4-3f5e-a8bb-56c06b349e5a",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Automatic for the People",
    "release_id": "3ebe514d-d197-3984-81ee-4d09231be775",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing Emily's space-themed tracks from her \"Science Rules!\" mix. Read more about KEXP's Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}