Information about plays

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

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

{
    "id": 529636,
    "uri": "https://api.kexp.org/v2/plays/529636/?format=api",
    "airdate": "2002-03-21T13:07:16-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Matilda",
    "track_id": "cfd3f204-10b7-4034-9a9a-22cb2f3c78ce",
    "recording_id": null,
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "This Is Where We Disappear",
    "release_id": "6c4b66ee-0fc5-420a-b9a3-7de82bb3ed51",
    "release_group_id": null,
    "labels": [
        "Rubric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}