Information about plays

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

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

{
    "id": 1285498,
    "uri": "https://api.kexp.org/v2/plays/1285498/?format=api",
    "airdate": "2007-09-30T21:27:00-07:00",
    "show": 22494,
    "show_uri": "https://api.kexp.org/v2/shows/22494/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515jRUnApZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515jRUnApZL._SL75_.jpg",
    "song": "One Year On",
    "track_id": "16143528-6032-4cc9-b325-4cb5a57efd97",
    "recording_id": null,
    "artist": "BCee & Lomax",
    "artist_ids": [
        "b327ff5f-ba5c-46b7-a9e1-6930c6fbd1fc"
    ],
    "album": "DJ Marky & Friends: The Master Plan (disc 1)",
    "release_id": "97b94505-8d4d-4faa-a633-ef37da9e4112",
    "release_group_id": null,
    "labels": [
        "Innerground Records"
    ],
    "label_ids": [
        "dc73c716-8ff3-45b6-8d36-09aa94d06249"
    ],
    "release_date": "2007-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}