Information about plays

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

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

{
    "id": 1273236,
    "uri": "https://api.kexp.org/v2/plays/1273236/?format=api",
    "airdate": "2007-08-30T14:59:57-07:00",
    "show": 22287,
    "show_uri": "https://api.kexp.org/v2/shows/22287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace, Love Not War",
    "track_id": "18347d67-3cbf-45d0-89bd-84bff7bdd91d",
    "recording_id": null,
    "artist": "Johnny King and the Fatback Band",
    "artist_ids": [
        "e5188adc-d7b3-4e8d-8bec-5b76aeaba320"
    ],
    "album": "Soul Spectrum (compiled by Dr. Bob Jones and Keb Darge)",
    "release_id": "f1c11c1f-c8f7-4a67-b971-a78f72fbeda2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}