Information about plays

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

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

{
    "id": 519946,
    "uri": "https://api.kexp.org/v2/plays/519946/?format=api",
    "airdate": "2002-02-20T22:42:00-08:00",
    "show": 8973,
    "show_uri": "https://api.kexp.org/v2/shows/8973/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/51744",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/51745",
    "song": "Silverlake",
    "track_id": "929a01a2-2231-4275-be7f-0552b3fbc14b",
    "recording_id": null,
    "artist": "Collette Carter",
    "artist_ids": [
        "110f75f8-0506-4e9c-9c7b-9afeea7223d5"
    ],
    "album": "The New Stroboscopic",
    "release_id": "36e83dcf-2b1d-426b-880b-993337aeb0d4",
    "release_group_id": null,
    "labels": [
        "Darla"
    ],
    "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"
}