Information about plays

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

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

{
    "id": 510519,
    "uri": "https://api.kexp.org/v2/plays/510519/?format=api",
    "airdate": "2002-01-24T20:19:00-08:00",
    "show": 8793,
    "show_uri": "https://api.kexp.org/v2/shows/8793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RCAObOA6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RCAObOA6L._SL75_.jpg",
    "song": "Hangover Heart",
    "track_id": "675d8972-d292-4a55-b4ac-3ac637229c04",
    "recording_id": null,
    "artist": "Hank Thompson & His Brazos Valley Boys",
    "artist_ids": [
        "a2fed990-98b4-414d-80fd-c3346b3ed115"
    ],
    "album": "A Six Pack to Go",
    "release_id": "72ef6182-4e35-4f98-82d5-600d848ec249",
    "release_group_id": null,
    "labels": [
        "Capitol LP"
    ],
    "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"
}