Information about plays

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

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

{
    "id": 1289145,
    "uri": "https://api.kexp.org/v2/plays/1289145/?format=api",
    "airdate": "2007-10-10T04:49:04-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lsHawJ5aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lsHawJ5aL._SL75_.jpg",
    "song": "La règle du jeu",
    "track_id": "bc9a176b-74a7-4ed6-8364-e8c2cb60003f",
    "recording_id": null,
    "artist": "Plastiscines",
    "artist_ids": [
        "8fa3f306-f5b4-4488-b94a-3cc72b008b9e"
    ],
    "album": "LP1",
    "release_id": "c24915d2-12d1-41cf-988e-f9a0b64fea2d",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}