Information about plays

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

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

{
    "id": 1390688,
    "uri": "https://api.kexp.org/v2/plays/1390688/?format=api",
    "airdate": "2008-06-27T09:35:00-07:00",
    "show": 24271,
    "show_uri": "https://api.kexp.org/v2/shows/24271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wolves",
    "track_id": "369b400c-f8e1-4360-b04d-d7c0fe0007bf",
    "recording_id": null,
    "artist": "Secret Knives",
    "artist_ids": [
        "d26380fa-1123-449b-b890-686800fff7d7"
    ],
    "album": "The Wolves",
    "release_id": "0cc590f9-325e-4e12-be71-0348a2b81f04",
    "release_group_id": null,
    "labels": [
        "A Low Hum"
    ],
    "label_ids": [
        "63d17ba3-cfba-4441-8a6a-4f7e0134c729"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}