Information about plays

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

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

{
    "id": 1393274,
    "uri": "https://api.kexp.org/v2/plays/1393274/?format=api",
    "airdate": "2008-07-03T21:55:26-07:00",
    "show": 24315,
    "show_uri": "https://api.kexp.org/v2/shows/24315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Plea To Rephel",
    "track_id": null,
    "recording_id": null,
    "artist": "Hypatia Lake",
    "artist_ids": [
        "13020055-d654-4984-99a9-4a9b4d2192bd"
    ],
    "album": "Angels and Demons, Space and Time",
    "release_id": "5daa17cf-2819-424c-85cc-cd7110c32b07",
    "release_group_id": null,
    "labels": [
        "Reverb Records"
    ],
    "label_ids": [
        "7798cb5d-4af5-466f-b84f-12be43876696"
    ],
    "release_date": "2008-07-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}