Information about plays

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

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

{
    "id": 380029,
    "uri": "https://api.kexp.org/v2/plays/380029/?format=api",
    "airdate": "2019-09-12T14:37:07-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/8164fc99-47a8-4049-b8c2-c4f5512ae403/20630301083-250.jpg",
    "thumbnail_uri": "",
    "song": "I Love My Leather Jacket",
    "track_id": "af7c01ed-7b5c-3ce3-8f36-3cb9fcffdf28",
    "recording_id": null,
    "artist": "The Chills",
    "artist_ids": [
        "90b5813d-fbd7-4539-89d5-034094f64a2e"
    ],
    "album": "Kaleidoscope World",
    "release_id": "8164fc99-47a8-4049-b8c2-c4f5512ae403",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chills - Full Performance (Live on KEXP): https://bit.ly/2mciOAR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}