Information about plays

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

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

{
    "id": 344658,
    "uri": "https://api.kexp.org/v2/plays/344658/?format=api",
    "airdate": "2019-06-22T09:33:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sun Is Shining",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Kaya",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was first recorded by Bob Marley in the late '60s and re-recorded for his 1978 Kaya album. The original version of 'Sun Is Shining' was produced by Lee Perry. The sun is shining but don't forget that people are suffering too.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}