Information about plays

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

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

{
    "id": 530637,
    "uri": "https://api.kexp.org/v2/plays/530637/?format=api",
    "airdate": "2002-03-24T14:10:28-08:00",
    "show": 9187,
    "show_uri": "https://api.kexp.org/v2/shows/9187/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EWX2FGPKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EWX2FGPKL._SL75_.jpg",
    "song": "Positive Contact",
    "track_id": "3177dbdc-6737-4676-a0be-71f2ab591496",
    "recording_id": null,
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Wanna Buy a Monkey?",
    "release_id": "ac0fba99-db5b-4244-821c-c95447e1aaac",
    "release_group_id": null,
    "labels": [
        "Sequence Records"
    ],
    "label_ids": [
        "656eed07-4216-41ef-ba0f-1943b380b36e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}