Information about plays

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

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

{
    "id": 1368507,
    "uri": "https://api.kexp.org/v2/plays/1368507/?format=api",
    "airdate": "2008-04-30T18:50:00-07:00",
    "show": 23893,
    "show_uri": "https://api.kexp.org/v2/shows/23893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweepin Through the City",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stovall Sisters",
    "artist_ids": [
        "51047117-0146-4452-a198-07d1e8bf9bc3"
    ],
    "album": "7\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "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"
}