Information about plays

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

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

{
    "id": 502151,
    "uri": "https://api.kexp.org/v2/plays/502151/?format=api",
    "airdate": "2001-12-31T03:32:00-08:00",
    "show": 8629,
    "show_uri": "https://api.kexp.org/v2/shows/8629/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AR62KEJBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AR62KEJBL._SL75_.jpg",
    "song": "Amazing Grace",
    "track_id": "8a731fe2-56f7-441e-bd84-96a3bf929ba6",
    "recording_id": null,
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "Hate Your Friends",
    "release_id": "b5b70030-158e-404d-90fe-6cf1f658012b",
    "release_group_id": null,
    "labels": [
        "Tang!"
    ],
    "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"
}