Information about plays

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

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

{
    "id": 1257561,
    "uri": "https://api.kexp.org/v2/plays/1257561/?format=api",
    "airdate": "2007-07-21T23:22:29-07:00",
    "show": 22021,
    "show_uri": "https://api.kexp.org/v2/shows/22021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In The City",
    "track_id": "a2d9e6d1-2109-4310-8e75-9ce9a57c97ee",
    "recording_id": null,
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "The Peel Sessions",
    "release_id": "7574429c-a8a0-4b3e-8aff-0c28225603dc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}