Information about plays

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

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

{
    "id": 1415976,
    "uri": "https://api.kexp.org/v2/plays/1415976/?format=api",
    "airdate": "2008-08-29T23:47:00-07:00",
    "show": 24695,
    "show_uri": "https://api.kexp.org/v2/shows/24695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514lcl8J6yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514lcl8J6yL._SL75_.jpg",
    "song": "Mr. Pitiful",
    "track_id": "11329125-a804-4dac-b1ab-03d7daf19c74",
    "recording_id": null,
    "artist": "Matt Costa",
    "artist_ids": [
        "fa7ed4fb-fa39-4820-8ae1-5fe98bc2ef8d"
    ],
    "album": "Unfamiliar Faces",
    "release_id": "a88a31f8-095b-4ae3-b9d2-960c3141a53a",
    "release_group_id": null,
    "labels": [
        "Brushfire Records"
    ],
    "label_ids": [
        "685223f9-4de8-4b0d-8d77-5b29774bbf05"
    ],
    "release_date": "2007-01-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}