Information about plays

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

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

{
    "id": 379644,
    "uri": "https://api.kexp.org/v2/plays/379644/?format=api",
    "airdate": "2019-09-11T18:20:44-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cry Like a Baby",
    "track_id": "eced8bc9-14ad-301c-8c1d-bc2937e3b01e",
    "recording_id": null,
    "artist": "Cher",
    "artist_ids": [
        "bfcc6d75-a6a5-4bc6-8282-47aec8531818"
    ],
    "album": "3614 Jackson Highway",
    "release_id": "e88b39b1-a4eb-4764-99b3-0b325a2c8bf1",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Muscle Shoals Sound Studio was founded at 3614 Jackson Highway in Sheffield, Alabama.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}