Information about plays

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

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

{
    "id": 419291,
    "uri": "https://api.kexp.org/v2/plays/419291/?format=api",
    "airdate": "2001-04-29T01:34:17-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Castanets",
    "track_id": "505674ce-f19c-4d56-aefc-5d2b1133cf4b",
    "recording_id": null,
    "artist": "Alejandro Escovedo",
    "artist_ids": [
        "bf103bec-70e3-45a5-9d1b-97715db04a96"
    ],
    "album": "Oxford American Southern Sampler 2000",
    "release_id": "51a8829f-b07e-4c90-821d-bba8508678db",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-06-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}