Information about plays

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

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

{
    "id": 2675906,
    "uri": "https://api.kexp.org/v2/plays/2675906/?format=api",
    "airdate": "2019-12-20T11:53:00-08:00",
    "show": 46186,
    "show_uri": "https://api.kexp.org/v2/shows/46186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy When It Rains",
    "track_id": "be8cf0cb-e720-42be-b67f-213ed931ba2a",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Darklands",
    "release_id": "577f41e7-de66-4b50-8810-d0b76594628c",
    "release_group_id": null,
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [],
    "release_date": "1987-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}