Information about plays

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

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

{
    "id": 2681714,
    "uri": "https://api.kexp.org/v2/plays/2681714/?format=api",
    "airdate": "2020-01-03T18:48:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gwan",
    "track_id": "fbfd7bfa-7634-4b7b-8922-4260e6ec78b6",
    "recording_id": null,
    "artist": "The Suffers",
    "artist_ids": [
        "bbfd82bf-6f5f-43cf-ad53-82f13cbc1322"
    ],
    "album": "The Suffers",
    "release_id": "25790d22-e3e0-484f-affd-959714aefcd7",
    "release_group_id": null,
    "labels": [
        "Rhyme & Reason Records"
    ],
    "label_ids": [
        "7262576d-6501-4e6a-ba7c-5b444304a27c"
    ],
    "release_date": "2016-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This band mix reggae and soul like no other!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}