Information about plays

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

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

{
    "id": 1275052,
    "uri": "https://api.kexp.org/v2/plays/1275052/?format=api",
    "airdate": "2007-09-04T04:55:28-07:00",
    "show": 22318,
    "show_uri": "https://api.kexp.org/v2/shows/22318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TD1XP9KTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TD1XP9KTL._SL75_.jpg",
    "song": "Great Things",
    "track_id": "051b7cd3-0fba-4de3-9503-3ef272ac9eeb",
    "recording_id": null,
    "artist": "Echobelly",
    "artist_ids": [
        "9a1e8414-d32a-4058-bab0-c1b36934d39e"
    ],
    "album": "On",
    "release_id": "a6674192-e37c-4ad9-a583-df53e8fce6e5",
    "release_group_id": null,
    "labels": [
        "Fauve"
    ],
    "label_ids": [
        "f9e4859e-01ce-49e2-9229-93682f419447"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}