Information about plays

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

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

{
    "id": 461533,
    "uri": "https://api.kexp.org/v2/plays/461533/?format=api",
    "airdate": "2001-08-31T15:55:42-07:00",
    "show": 7833,
    "show_uri": "https://api.kexp.org/v2/shows/7833/?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": "To Keep Things Moving",
    "track_id": "11f686d0-8ab5-4dc8-9da4-33110a1c92b3",
    "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"
}