Information about plays

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

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

{
    "id": 414962,
    "uri": "https://api.kexp.org/v2/plays/414962/?format=api",
    "airdate": "2001-04-13T10:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lQUY58Q4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lQUY58Q4L._SL75_.jpg",
    "song": "Abilene",
    "track_id": "6bba34ab-9134-42fe-bab6-fe82b4d13c14",
    "recording_id": null,
    "artist": "Dave Alvin",
    "artist_ids": [
        "306ebc54-d11c-4bf4-9f37-27adc37d00b4"
    ],
    "album": "Blackjack David",
    "release_id": "120a72dd-9f6a-47cc-8357-3fc35e1953b6",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}