Information about plays

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

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

{
    "id": 497449,
    "uri": "https://api.kexp.org/v2/plays/497449/?format=api",
    "airdate": "2001-12-16T19:50:46-08:00",
    "show": 8536,
    "show_uri": "https://api.kexp.org/v2/shows/8536/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Me D-Nice",
    "track_id": "7f52360b-d493-4a17-9aea-c6caf412544b",
    "recording_id": null,
    "artist": "D-Nice",
    "artist_ids": [
        "b0f58ed1-bc2d-4f28-828d-dcad36d11872"
    ],
    "album": "Da Underground Sound East Side",
    "release_id": "59267424-7b20-4bc4-923d-7edb8996c219",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "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"
}