Information about plays

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

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

{
    "id": 499279,
    "uri": "https://api.kexp.org/v2/plays/499279/?format=api",
    "airdate": "2001-12-21T20:22:00-08:00",
    "show": 8567,
    "show_uri": "https://api.kexp.org/v2/shows/8567/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410ts8RhSuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410ts8RhSuL._SL75_.jpg",
    "song": "Mama's Here",
    "track_id": "f5fb137b-332d-4ee3-97e5-303586a4d429",
    "recording_id": null,
    "artist": "Miss Mary Ann And The Ragtime Wranglers",
    "artist_ids": [
        "d083c62e-8f36-4803-a2a9-f298bffb0387"
    ],
    "album": "Mad Mama",
    "release_id": "71832940-d83f-4fbd-98e1-567899d03528",
    "release_group_id": null,
    "labels": [],
    "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"
}