Information about plays

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

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

{
    "id": 2677182,
    "uri": "https://api.kexp.org/v2/plays/2677182/?format=api",
    "airdate": "2019-12-23T15:13:45-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/9154cfe5-ef58-458f-b5d4-eb6ca3e404c4/7950788257-250.jpg",
    "thumbnail_uri": "",
    "song": "Even Flow",
    "track_id": "c3e3deb1-a249-3b5c-8f4c-9f7f4adeb33a",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Ten",
    "release_id": "9154cfe5-ef58-458f-b5d4-eb6ca3e404c4",
    "release_group_id": null,
    "labels": [
        "Epic Associated"
    ],
    "label_ids": [
        "7127ada4-64a0-4baa-9f73-e9b26f22b3bd"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Eddie Vedder and Stone Gossard wrote \"Even Flow\" for their 1992 debut album, Ten (1991). It reached #3 on the Billboard Mainstream Rock Tracks chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}