Information about plays

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

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

{
    "id": 500612,
    "uri": "https://api.kexp.org/v2/plays/500612/?format=api",
    "airdate": "2001-12-26T13:04:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IB1Ilo53L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IB1Ilo53L._SL75_.jpg",
    "song": "Emotionalize",
    "track_id": "c55cd1cd-d4bf-42d8-b851-2bc0868e0ecd",
    "recording_id": null,
    "artist": "Interfearence",
    "artist_ids": [
        "b4348973-8c0e-45c5-ac7e-f7a607a56d0d"
    ],
    "album": "Take That Train",
    "release_id": "74b8563b-b57d-4d5c-9ff7-58678243db90",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}