Information about plays

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

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

{
    "id": 344197,
    "uri": "https://api.kexp.org/v2/plays/344197/?format=api",
    "airdate": "2019-06-21T01:36:00-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Blue (feat. Angel Olsen)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mark Ronson",
    "artist_ids": [
        "c3c82bdc-d9e7-4836-9746-c24ead47ca19"
    ],
    "album": "Late Night Feelings",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pitchfork.com/news/mark-ronson-shares-new-song-with-angel-olsen-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}