Information about plays

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

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

{
    "id": 1376209,
    "uri": "https://api.kexp.org/v2/plays/1376209/?format=api",
    "airdate": "2008-05-20T01:23:17-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xpfeAISoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xpfeAISoL._SL75_.jpg",
    "song": "Great Dane",
    "track_id": "b43562c5-c305-45f8-9f21-119f2e6f40da",
    "recording_id": null,
    "artist": "Mates of State",
    "artist_ids": [
        "e9c97fdb-9fa0-4955-9a6c-1c43e1ac3f64"
    ],
    "album": "Re-Arrange Us",
    "release_id": "b8098698-4cd6-4b72-b0f8-32cbbd630e16",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2008-05-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}