Information about plays

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

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

{
    "id": 1415544,
    "uri": "https://api.kexp.org/v2/plays/1415544/?format=api",
    "airdate": "2008-08-29T00:10:00-07:00",
    "show": 24689,
    "show_uri": "https://api.kexp.org/v2/shows/24689/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Let Me Be Misunderstood",
    "track_id": "b82013b7-e733-47cd-b824-008f1c92b8d5",
    "recording_id": null,
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "The Complete Animals (disc 2)",
    "release_id": "ce4e04e8-a5e6-4eb6-a532-23100684d7d0",
    "release_group_id": null,
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "022fe361-596c-43a0-8e22-bad712bb9548"
    ],
    "release_date": "1990-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}