Information about plays

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

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

{
    "id": 347271,
    "uri": "https://api.kexp.org/v2/plays/347271/?format=api",
    "airdate": "2019-06-28T03:55:00-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/51eb10e0-2b9e-3906-a8f1-db74b346cba5/2545806167-250.jpg",
    "thumbnail_uri": "",
    "song": "For Whom the Bell Tolls",
    "track_id": "995872de-65bf-3774-8787-d49412c845ec",
    "recording_id": null,
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Ride the Lightning",
    "release_id": "51eb10e0-2b9e-3906-a8f1-db74b346cba5",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=17HRV8k1YMw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}