Information about plays

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

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

{
    "id": 425636,
    "uri": "https://api.kexp.org/v2/plays/425636/?format=api",
    "airdate": "2001-05-18T08:15:00-07:00",
    "show": 7141,
    "show_uri": "https://api.kexp.org/v2/shows/7141/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lWkAu45LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lWkAu45LL._SL75_.jpg",
    "song": "XXY",
    "track_id": "90b2b6a4-5c90-42ae-bfda-d4df645b23eb",
    "recording_id": null,
    "artist": "Oneida",
    "artist_ids": [
        "33c5f321-37b5-4c8e-8eff-a8a6a5ac2e44"
    ],
    "album": "Steel Rod EP",
    "release_id": "36aa62b4-1eec-46a0-a541-9a77b8862ae0",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2000-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}