Information about plays

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

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

{
    "id": 439644,
    "uri": "https://api.kexp.org/v2/plays/439644/?format=api",
    "airdate": "2001-06-28T23:00:00-07:00",
    "show": 7411,
    "show_uri": "https://api.kexp.org/v2/shows/7411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spiritual",
    "track_id": "b423fc15-e5fb-4d51-9938-a16fcd16c015",
    "recording_id": null,
    "artist": "Skerik",
    "artist_ids": [
        "01421e28-591a-4547-a9a4-64d29f789663"
    ],
    "album": "Psychochromatic",
    "release_id": "2ea50789-6439-4b87-b93d-0eef85ad6cad",
    "release_group_id": null,
    "labels": [
        "self released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}