Information about plays

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

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

{
    "id": 1265257,
    "uri": "https://api.kexp.org/v2/plays/1265257/?format=api",
    "airdate": "2007-08-10T10:01:30-07:00",
    "show": 22153,
    "show_uri": "https://api.kexp.org/v2/shows/22153/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ys3CHI7RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ys3CHI7RL._SL75_.jpg",
    "song": "Answers and Questions",
    "track_id": "da6d73c5-7513-44df-8d65-c0faf0d94526",
    "recording_id": null,
    "artist": "Earlimart",
    "artist_ids": [
        "9ef1d76d-5f1d-4398-b4ed-05afb3172f26"
    ],
    "album": "Mentor Tormentor",
    "release_id": "05b659c5-8c94-441e-9211-d0f410e1c07f",
    "release_group_id": null,
    "labels": [
        "Majordomo Records"
    ],
    "label_ids": [
        "fde97a19-82e1-49d3-893a-05d241694499"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}