Information about plays

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

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

{
    "id": 2675293,
    "uri": "https://api.kexp.org/v2/plays/2675293/?format=api",
    "airdate": "2019-12-19T08:35:28-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6a48fa7-de89-4048-a702-c22f5058acaa/22402847282-250.jpg",
    "thumbnail_uri": "",
    "song": "Rechargeable",
    "track_id": "b2144c76-290b-4dfc-aaf8-c18d81c67ee7",
    "recording_id": null,
    "artist": "Snapped Ankles",
    "artist_ids": [
        "9c4da506-4fbd-4001-8bde-d0cff3e2a278"
    ],
    "album": "Stunning Luxury",
    "release_id": "d6a48fa7-de89-4048-a702-c22f5058acaa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#23 Most Played on JITM 2019 | The Morning Show ventured out to London for International Clash Day this year, and this was one of the many great bands that played for us! We've got your footage right here: https://www.youtube.com/watch?v=MUJ25deV0Is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}