Information about plays

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

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

{
    "id": 516462,
    "uri": "https://api.kexp.org/v2/plays/516462/?format=api",
    "airdate": "2002-02-11T02:46:00-08:00",
    "show": 8911,
    "show_uri": "https://api.kexp.org/v2/shows/8911/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/51804",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/51805",
    "song": "You're the Violin",
    "track_id": "206ca9ec-e13b-4a8d-b406-bb74277ca05d",
    "recording_id": null,
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "Close Enough for Rock 'n' Roll",
    "release_id": "dd1f0386-23fe-4952-9c75-ab04e01d4c91",
    "release_group_id": null,
    "labels": [
        "Castle"
    ],
    "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"
}