Information about plays

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

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

{
    "id": 462499,
    "uri": "https://api.kexp.org/v2/plays/462499/?format=api",
    "airdate": "2001-09-03T17:30:00-07:00",
    "show": 7853,
    "show_uri": "https://api.kexp.org/v2/shows/7853/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/319EPZ0JJVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/319EPZ0JJVL._SL75_.jpg",
    "song": "A Tall-Tale Storyline",
    "track_id": "69ca724f-60e5-4da6-82d4-7e0682e9ceba",
    "recording_id": null,
    "artist": "Mazarin",
    "artist_ids": [
        "6018140a-da5b-427d-8cc1-b165a08897a1"
    ],
    "album": "A Tall-Tale Storyline",
    "release_id": "36766d5e-0da9-4fa8-b9a9-77d038ea8aa1",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2001-09-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}